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☆77Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆315Updated 2 years ago
- ☆22Updated last month
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆433Updated 9 months ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆363Updated last month
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- A fast work-stealing queue template in C++☆321Updated last year
- Boost.Lockfree☆145Updated last month
- 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
- Experimental C++11 version of sparsehash☆292Updated 2 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- An implementation of Seqlock in C++11☆226Updated last year
- Boost.Coroutine2☆135Updated last month
- ☆109Updated last year
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- QSBR and EBR library☆127Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- Modern C++ B-tree containers☆274Updated 2 years ago
- A simple replacement for std::unordered_map☆50Updated last year
- ☆128Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆60Updated 2 years ago
- Fast Approximate Membership Filters (C++)☆286Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆138Updated 2 years ago