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☆78Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- ☆22Updated last month
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆441Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 7 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Boost.Lockfree☆148Updated last month
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 8 months ago
- Benchmark of common hash functions☆36Updated 6 years ago
- Boost.Coroutine2☆136Updated last month
- A STL allocator that mmaps files☆254Updated 4 years ago
- QSBR and EBR library☆135Updated 6 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 7 years ago
- An implementation of Seqlock in C++11☆232Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆42Updated last year
- A concurrent thread-safe hash map implemented in C++☆149Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- Library for lock-free locks☆83Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago