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

Implement LFU and LRU eviction policies #36

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

mgnsk
Copy link
Owner

@mgnsk mgnsk commented Mar 30, 2024

Implements ringlist based cache backend with mutex so that cache hits can be stored immediately when element is loaded.

@mgnsk mgnsk self-assigned this Mar 30, 2024
@mgnsk mgnsk added the enhancement New feature or request label Mar 30, 2024
@mgnsk mgnsk merged commit be04e80 into master Apr 9, 2024
2 checks passed
@mgnsk mgnsk deleted the implement-cache-eviction-policies branch May 22, 2024 20:03
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

Successfully merging this pull request may close these issues.

1 participant