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☆75Updated 11 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Lock-free implementation of the token bucket algorithm in C++☆59Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Modern C++ B-tree containers☆274Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A SQL parser written in C++☆32Updated 3 years ago
- QSBR and EBR library☆121Updated 5 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Experimental C++11 version of sparsehash☆291Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆357Updated 10 months ago
- Boost.Lockfree☆135Updated 2 months ago
- Our open source benchmarks and code samples☆192Updated 3 weeks ago
- ☆22Updated 9 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Updated 6 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- Boost.Coroutine2☆135Updated 3 months ago
- For details, see the blog post:☆32Updated last year
- A simple replacement for std::unordered_map☆51Updated last year
- Fast Approximate Membership Filters (C++)☆281Updated 7 months ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆417Updated 6 months ago
- An implementation of Seqlock in C++11☆219Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆206Updated 2 years ago