Skip to content

Look into concurrent HashMaps like DashMap #85

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
levkk opened this issue Apr 9, 2025 · 0 comments
Open

Look into concurrent HashMaps like DashMap #85

levkk opened this issue Apr 9, 2025 · 0 comments
Labels
enhancement New feature or request frontend Client-facing feature

Comments

@levkk
Copy link
Collaborator

levkk commented Apr 9, 2025

Description

We use a couple Arc<Mutex<HashMap<_, _>>> in the hot path. We should explore faster hashmaps that are built for concurrent use cases.

e.g.:

  1. https://github.com/xacrimon/dashmap
@levkk levkk added enhancement New feature or request frontend Client-facing feature labels Apr 9, 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 frontend Client-facing feature
Projects
None yet
Development

No branches or pull requests

1 participant