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

Increase free list cache sizes #735

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Increase free list cache sizes #735

merged 1 commit into from
Oct 10, 2024

Conversation

rkuris
Copy link
Collaborator

@rkuris rkuris commented Oct 10, 2024

The maximum size needed depends on the trie depth, so more misses happen as we create a deeper trie. Should improve performance for bigger tries.

The maximum size needed depends on the trie depth, so more misses happen
as we create a deeper trie. Should improve performance for bigger tries.
@rkuris rkuris self-assigned this Oct 10, 2024
@rkuris rkuris merged commit b1aad78 into main Oct 10, 2024
5 checks passed
@rkuris rkuris deleted the rkuris/bigger-freelist-cache branch October 10, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant