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☆76Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Modern C++ B-tree containers☆273Updated 2 years ago
- Boost.Coroutine2☆135Updated 2 weeks ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- ☆22Updated 3 weeks ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- QSBR and EBR library☆125Updated 5 years ago
- Various small bits of code, generally testing small edge cases in the language☆42Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated last week
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆47Updated 2 years ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Boost.Lockfree☆140Updated 2 weeks ago
- A fast work-stealing queue template in C++☆321Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- Boost.org intrusive module☆59Updated last month
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆137Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- ☆338Updated 2 weeks ago