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

Improve btree performance #9

Open
DissectBot opened this issue Mar 18, 2024 · 0 comments
Open

Improve btree performance #9

DissectBot opened this issue Mar 18, 2024 · 0 comments

Comments

@DissectBot
Copy link

Huge btrees are currently very expensive to iterate over. The caching currently in place grows very large and isn’t very efficient.

Currently all the already known keys and items are cached for each level of the tree. Perhaps this should also be LRU cached. The node header (and buffer) are also cached. This should maybe also be LRU cached somewhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant