Skip to content

Improve local cache #101

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

Open
wants to merge 7 commits into
base: v9
Choose a base branch
from
Open

Conversation

peczenyj
Copy link
Contributor

@peczenyj peczenyj commented Sep 9, 2023

small improvements on local lfu cache

  1. we use a thread safe version of lfu cache
  2. we keep all parameters immutable to remove the mutex
  3. we add some funcional options to customize or help testing
  4. we improve docs
  5. etc

@peczenyj
Copy link
Contributor Author

peczenyj commented Sep 9, 2023

This PR includes the commit on #100 but it removes the method to add a funcional option

@peczenyj
Copy link
Contributor Author

no one is interested ?

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