Tessil / hash-table-shootoutLinks
A benchmark of some prominent C/C++ hash table implementations
☆37Updated 4 years ago
Alternatives and similar repositories for hash-table-shootout
Users that are interested in hash-table-shootout are comparing it to the libraries listed below
Sorting:
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- ☆22Updated 8 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- For details, see the blog post:☆32Updated last year
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆49Updated 3 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆207Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- Key/Value NoSQL database that utilize LSM trees☆40Updated this week
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Magic ring buffer☆21Updated 8 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- QSBR and EBR library☆121Updated 5 years ago
- C Minimal Perfect Hashing Library☆86Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago