Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

perf: use Set instead of List to track subClasses in GarbageCleaner #63

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

jasonk000
Copy link
Contributor

fixes #59

results in significant performance boost for some heaps

Copy link
Contributor

@krumts krumts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@jasonk000 jasonk000 merged commit b55b54a into master Aug 12, 2024
1 check passed
@jasonk000 jasonk000 deleted the slow-object-marker-cleanup branch August 12, 2024 16:16
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slow parsing due to huge ClassImpl.subClasses in GarbageCleaner
3 participants