Tessil / hash-table-shootout
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
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- ☆21Updated 6 months ago
- W-TinyLFU cache C++11 header only implementation☆58Updated 6 years ago
- For details, see the blog post:☆32Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 months ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆48Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Boost.org multi_index module☆50Updated last month
- Benchmark of common hash functions☆36Updated 5 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- Tiny mutex and rw-locks based on C++11 or C++20 std::atomic☆20Updated 7 months ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Updated last year
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 3 years ago
- A data structure and algorithm library built for TerarkDB☆62Updated 3 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- QSBR and EBR library☆119Updated 5 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago