Skip to content

I've written a simpler lru implementation for our use case. No break… #140

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

Merged
merged 1 commit into from
Aug 4, 2025

Conversation

guycipher
Copy link
Member

I've written a simpler lru implementation for our use case. No breaking changes, but this fixes a known stall which is found to be due to the underlaying block manager lru. Benchmarking with new LRU wildcat is faster and more reliable than previously. The previous LRU had many complexities which were not entirely required and caused more issues than anything. I thought originally evicting block managers via accesses was superior but recency prevails

…ng changes, but this fixes a known stall which is found to be due to the underlaying block manager lru. Benchmarking with new LRU wildcat is faster and more reliable than previously. The previous LRU had many complexities which were not entirely required and caused more issues than anything. I thought originally evicting block managers via accesses was superior but recency prevails.
@guycipher guycipher self-assigned this Aug 4, 2025
@guycipher guycipher merged commit ae2ceb1 into master Aug 4, 2025
4 checks passed
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