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

Test leapfrog for caching #556

Closed
mre opened this issue Mar 16, 2022 · 1 comment
Closed

Test leapfrog for caching #556

mre opened this issue Mar 16, 2022 · 1 comment
Labels
enhancement New feature or request performance

Comments

@mre
Copy link
Member

mre commented Mar 16, 2022

Leapfrog is a lock-free concurrent hash map. Recently, serde support got added, making this a drop-in replacement for DashMap. The goal is to see if we get any performance-improvement with Leapfrog, especially when checking files offline.

@mre mre added enhancement New feature or request performance labels Mar 16, 2022
@mre
Copy link
Member Author

mre commented Jan 6, 2025

It will probably be superseded by #1605, which will replace the global cache with a per-host cache.

@mre mre closed this as completed Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant