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:
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Experimental C++11 version of sparsehash☆294Updated 3 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Boost.Lockfree☆146Updated last week
- A STL allocator that mmaps files☆254Updated 4 years ago
- ☆22Updated last month
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- QSBR and EBR library☆133Updated 6 years ago
- An implementation of Seqlock in C++11☆229Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Fast Approximate Membership Filters (C++)☆288Updated 3 months ago
- c++ wrapper around libpapi☆89Updated 8 years ago
- C++20 Coroutines and io_uring☆53Updated 3 years ago
- ☆111Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- Modern C++ B-tree containers☆276Updated 2 years ago
- Effective Memory Reclamation☆63Updated 5 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆50Updated 8 months ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆440Updated 11 months 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++ double-to-string conversion benchmark☆258Updated 3 years ago
- Boost.org unordered module☆86Updated last week
- Lock-free implementation of the token bucket algorithm in C++☆61Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆332Updated last year