Hash Array Mapped Trie (C++ Templates)
☆125Apr 24, 2023Updated 3 years ago
Alternatives and similar repositories for HAMT
Users that are interested in HAMT are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- A persistent hash array-mapped trie for C++☆91Apr 24, 2023Updated 3 years ago
- ☆30Sep 1, 2016Updated 9 years ago
- Immutable/persistent functional data structures for C++11☆10Mar 20, 2019Updated 7 years ago
- A simple immutable ordered key/value storage system.☆15Mar 18, 2016Updated 10 years ago
- This is a fast and reliable persistent (immutable) vector class for C++. You can safely share these vectors between threads in multi-thre…