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

Add storage library to support datastructures #24

Open
brayniac opened this issue Jan 29, 2023 · 0 comments
Open

Add storage library to support datastructures #24

brayniac opened this issue Jan 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@brayniac
Copy link
Collaborator

Add a new storage library which is capable of handling additional datastructures. Initially this can be implemented using a hashtable from seg and native collections (eg: std::collections::HashMap) and relying on jemalloc (or other global allocator) for memory management.

@brayniac brayniac added the enhancement New feature or request label Jan 29, 2023
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

No branches or pull requests

1 participant