justinasvd / art_mapLinks
std::map/std::set implementation using the adaptive radix tree
☆15Updated 3 years ago
Alternatives and similar repositories for art_map
Users that are interested in art_map are comparing it to the libraries listed below
Sorting:
- Adaptive Radix Tree in C++☆45Updated last week
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- C++ Implementation of Zip Trees☆14Updated 2 years ago
- Prefix Filter: Practically and Theoretically Better Than Bloom.☆48Updated 2 years ago
- ☆53Updated last year
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆35Updated 2 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 9 months ago
- Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based☆8Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.☆30Updated last month
- Learned Monotone Minimal Perfect Hashing☆27Updated 2 months ago
- Bit packed vector of integral values☆27Updated 4 months ago
- Succinct C++☆24Updated 4 years ago
- Concurrent Hash Table☆27Updated last month
- ☆20Updated 2 years ago
- Compact Tree Representation☆16Updated 8 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- ☆12Updated 6 years ago
- Additional C++11 Random Distributions☆18Updated last year
- AVX512F and AVX2 versions of quick sort☆105Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- A (Minimal) Perfect Hash Function based on irregular cuckoo hashing, retrieval, and overloading.☆19Updated 2 months ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆159Updated 3 years ago
- Library for lock-free locks☆80Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- ☆21Updated 7 months ago
- Fast in-place radix sort with STL-like API☆46Updated 8 years ago
- Translate C++/Rust type into C type with the same memory layout☆16Updated 2 years ago