Tessil / array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
☆178Updated 6 months ago
Alternatives and similar repositories for array-hash:
Users that are interested in array-hash are comparing it to the libraries listed below
- C++ implementation of a memory efficient hash map and hash set☆344Updated 6 months ago
- generic stack-based container☆106Updated 7 years ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated last month
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆254Updated 5 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- An implementation of Seqlock in C++11☆208Updated 8 months ago
- C++ String Toolkit Library https://www.partow.net/programming/strtk/index.html☆133Updated 4 years ago
- A prototype implementation of the executors proposal☆85Updated 6 years ago
- std::bitset with constexpr implementations plus additional features.☆118Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- C++ serializers benchmark with realistic data☆122Updated 2 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 10 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 2 months ago
- A single header standard C++ serialization framework.☆192Updated 3 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- A C++ await/yield emulation library for stackless coroutine☆336Updated last year
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Header-only library for multithreaded programming☆234Updated 3 weeks ago
- A persistent hash array-mapped trie for C++☆91Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated last month
- Boost.Coroutine2☆132Updated last week
- C++17 inplace_string implementation☆95Updated 6 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆167Updated 2 weeks ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- A feature complete LRU cache implementation in C++☆249Updated 5 years ago
- 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 last month
- ulids in C++, Header Only☆96Updated last year
- Header only library that parses and plans SQL queries at compile time☆141Updated 4 years ago