Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Implement radix tree based JavaTypeCache #4552

Merged
merged 7 commits into from
Oct 22, 2024
Merged

Implement radix tree based JavaTypeCache #4552

merged 7 commits into from
Oct 22, 2024

Conversation

knutwannheden
Copy link
Contributor

An adaptive radix tree based implementation of JavaTypeCache. This uses slightly more memory than the existing Snappy-based implementation (10-15%), but inserts are around 50% faster and reads about 100% faster.

An adaptive radix tree based implementation of `JavaTypeCache`. This uses slightly more memory than the existing Snappy-based implementation (10-15%), but inserts are around 50% faster and reads about 100% faster.
@knutwannheden knutwannheden changed the title Implement ART-based JavaTypeCache Implement radix tree based JavaTypeCache Oct 22, 2024
@knutwannheden knutwannheden marked this pull request as ready for review October 22, 2024 08:47
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Some suggestions could not be made:

  • rewrite-core/src/test/java/org/openrewrite/RecipeLifecycleTest.java
    • lines 142-142

@knutwannheden knutwannheden merged commit 212059e into main Oct 22, 2024
2 checks passed
@knutwannheden knutwannheden deleted the radix-tree branch October 22, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant