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
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- C++ framework for rapid server development☆77Updated last year
- ☆17Updated 4 months ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Lock-free implementation of the token bucket algorithm in C++☆57Updated last year
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- For details, see the blog post:☆32Updated last year
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆28Updated last year
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 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
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 5 months ago
- A special smart pointer to exchange data between threads☆37Updated 5 years ago
- A single file C++17 header-only Minimal Acyclic Subsequential Transducers, or Finite State Transducers☆54Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.☆20Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 7 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated 2 years ago
- Boost.org multi_index module☆48Updated 2 months ago