Tessil / array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
☆177Updated 4 months ago
Alternatives and similar repositories for array-hash:
Users that are interested in array-hash are comparing it to the libraries listed below
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆151Updated last week
- generic stack-based container☆105Updated 6 years ago
- C++ implementation of a memory efficient hash map and hash set☆343Updated 4 months ago
- C++ framework for rapid server development☆77Updated last year
- C++17 inplace_string implementation☆94Updated 6 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆253Updated 4 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆161Updated 2 weeks ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 5 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- Light, fast, threadpool for C++20☆98Updated last year
- A feature complete LRU cache implementation in C++☆247Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆201Updated last year
- any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only …☆138Updated 3 weeks ago
- C++ serializers benchmark with realistic data☆120Updated 2 years ago
- A proposal for a executor programming model for ISO C++☆138Updated 4 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 3 weeks ago
- Comprehensive benchmarks of C++ maps☆305Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆124Updated last year
- An implementation of Seqlock in C++11☆206Updated 6 months ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 4 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆89Updated 2 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆146Updated 9 months ago
- C++11 metaprogramming library☆255Updated last month
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- A fast work-stealing queue template in C++☆302Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆125Updated last year