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
- ☆21Updated 7 months ago
- For details, see the blog post:☆32Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Latency collector as an embedded library for C++☆13Updated 6 years ago
- Boost.org multi_index module☆51Updated last month
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 4 months ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆48Updated last month
- Boost.Lockfree☆133Updated 2 weeks ago
- QSBR and EBR library☆119Updated 5 years ago
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Boost.Sort☆53Updated last month
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- Boost.Coroutine2☆134Updated last month
- Benchmarks for our memory allocator☆64Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Benchmark of common hash functions☆36Updated 5 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year