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

Speed up LRU cache #2

Open
tonykolomeytsev opened this issue Jan 31, 2023 · 0 comments
Open

Speed up LRU cache #2

tonykolomeytsev opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tonykolomeytsev
Copy link
Owner

https://github.com/koute/schnellru

Maybe there is a reason to switch from the lru crate to the schnellru crate under the hood of InMemoryCache.
New crate promises twice the performance of lru crate. Need to look for benchmarks and make a decision.

@tonykolomeytsev tonykolomeytsev added the enhancement New feature or request label Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant