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

feat: support lock-free eviction containet abstraction #665

Open
MrCroxx opened this issue Aug 21, 2024 · 0 comments
Open

feat: support lock-free eviction containet abstraction #665

MrCroxx opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
feature New feature or request perf Performance optimization
Milestone

Comments

@MrCroxx
Copy link
Collaborator

MrCroxx commented Aug 21, 2024

Cureently, foyer is using a sharded-lock abstraction to support various eviction algorithms.

Let's try to fully utilize the power of the lock-free eviction algorithms (e.g. FIFO, S3-FIFO) via introducing a lock-free abstraction besides the sharded-lock one.

@MrCroxx MrCroxx added feature New feature or request perf Performance optimization labels Aug 21, 2024
@MrCroxx MrCroxx added this to the v0.12 milestone Aug 21, 2024
@MrCroxx MrCroxx self-assigned this Aug 21, 2024
@MrCroxx MrCroxx modified the milestones: v0.12, Planning Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request perf Performance optimization
Projects
Status: No status
Development

No branches or pull requests

1 participant