Tessil / array-hashLinks
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
☆180Updated 11 months ago
Alternatives and similar repositories for array-hash
Users that are interested in array-hash are comparing it to the libraries listed below
Sorting:
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated 2 months ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- An implementation of Seqlock in C++11☆220Updated last year
- 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
- C++ framework for rapid server development☆76Updated last year
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- C++17 inplace_string implementation☆97Updated 7 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- A proposal for a executor programming model for ISO C++☆140Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- generic stack-based container☆109Updated 7 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- C++ serializers benchmark with realistic data☆124Updated 2 years ago
- std::bitset with constexpr implementations plus additional features.☆123Updated 2 years ago
- ⏱️ Single-header C++11 RDTSCP clock and timing utilities released into the public domain.☆110Updated 6 years ago
- Effective Memory Reclamation☆59Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆106Updated 4 years ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- Boost.org unordered module☆77Updated 2 weeks ago
- Header-only library for multithreaded programming☆236Updated 5 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆179Updated 12 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- Boost.Coroutine2☆135Updated this week