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☆76Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- ☆22Updated this week
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 4 months ago
- Boost.Lockfree☆139Updated last week
- 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
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆418Updated 7 months ago
- Modern C++ B-tree containers☆275Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- A fast work-stealing queue template in C++☆319Updated last year
- An implementation of Seqlock in C++11☆220Updated last year
- Boost.Coroutine2☆135Updated 3 weeks ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆228Updated 3 years ago
- A STL allocator that mmaps files☆249Updated 4 years ago
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- QSBR and EBR library☆123Updated 5 years ago
- ☆109Updated last year
- ☆128Updated 2 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆46Updated 2 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago