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

Cache: Implement the frequency sketch #442

Open
jamadden opened this issue Feb 5, 2021 · 0 comments
Open

Cache: Implement the frequency sketch #442

jamadden opened this issue Feb 5, 2021 · 0 comments

Comments

@jamadden
Copy link
Member

jamadden commented Feb 5, 2021

As discussed in #127

When the new cache was originally designed, it was built on top of the older imprecise keys, and was largely implemented in Python. Now that it's based on exact keys and mostly implemented in C, a frequency sketch to make the eviction policy more optimal seems feasible.

Because of the nature of the keys and usage patterns, it will still take some thought.

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