-
Notifications
You must be signed in to change notification settings - Fork 151
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
Custom allocator support #297
Comments
Currently, |
could we gate this behind a nightly feature the same as hashbrown? Lack of this feature might force me to revert to RwLock<HashMap> :< |
I would also really want this, it would allow having the map in a mmapped file |
With some support for cross-process futex/locks, it could also be placed in shared memory across processes which was my use case. |
Would it be possible to support custom allocators in dashmap? I'd like to try using it with bumpalo.
I know that hashbrown supports it.
The text was updated successfully, but these errors were encountered: