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☆73Updated 10 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- ☆21Updated 8 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Boost.org multi_index module☆51Updated this week
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆49Updated 2 months ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- ☆107Updated last year
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Boost.org intrusive module☆59Updated last month
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- QSBR and EBR library☆121Updated 5 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆54Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- Adaptive Radix Tree in C++☆45Updated 2 weeks ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago