Tessil / array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
☆176Updated last month
Related projects ⓘ
Alternatives and complementary repositories for array-hash
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆150Updated 2 weeks ago
- C++ implementation of a memory efficient hash map and hash set☆335Updated last month
- An implementation of Seqlock in C++11☆189Updated 3 months ago
- generic stack-based container☆105Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆200Updated last year
- C++17 inplace_string implementation☆93Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆165Updated 5 years ago
- A prototype implementation of the executors proposal☆84Updated 5 years ago
- A proposal for a executor programming model for ISO C++☆136Updated 4 years ago
- Comprehensive benchmarks of C++ maps☆300Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆119Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Greg's Template Library of useful classes.☆123Updated 2 weeks ago
- std::bitset with constexpr implementations plus additional features.☆117Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆143Updated 2 weeks ago
- Boost.Coroutine2☆128Updated this week
- High Performance Streams Based on Coroutine TS ⚡☆147Updated 5 years ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆252Updated 4 years ago
- Header-only library for multithreaded programming☆226Updated last month
- A feature complete LRU cache implementation in C++☆237Updated 4 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- C++ framework for rapid server development☆76Updated 9 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆132Updated 7 months ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- A template for creating optional-like objects with no space overhead☆100Updated 2 years ago
- A collection of single-header C++11 libraries by Chobolabs☆133Updated 4 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage