Tessil / hash-table-shootoutLinks
A benchmark of some prominent C/C++ hash table implementations
☆37Updated 5 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☆80Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 2 months ago
- Lock-free implementation of the token bucket algorithm in C++☆62Updated 2 years ago
- ☆22Updated 2 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- Boost.Coroutine2☆136Updated last month
- An implementation of Seqlock in C++11☆235Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- QSBR and EBR library☆135Updated 6 years ago
- Various small bits of code, generally testing small edge cases in the language☆43Updated 3 weeks ago
- A STL allocator that mmaps files☆254Updated 4 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆208Updated 3 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Updated 2 months ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆444Updated last year
- ☆113Updated 2 years ago
- A SQL parser written in C++☆32Updated 4 years ago
- c++ wrapper around libpapi☆92Updated 8 years ago
- Boost.Lockfree☆148Updated last month
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆49Updated 2 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆43Updated last year
- 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
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆30Updated 2 years ago