C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
☆185Nov 2, 2025Updated 3 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:
- C++ implementation of a fast and memory efficient HAT-trie☆859Nov 11, 2025Updated 3 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- C++ implementation of a memory efficient hash map and hash set☆366Nov 3, 2025Updated 3 months ago
- C++ hash map and hash set which preserve the order of insertion☆567Nov 2, 2025Updated 3 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,451Nov 2, 2025Updated 3 months ago
- a binary format for baked (bak3d) 3d files☆19Dec 1, 2015Updated 10 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…☆167Feb 7, 2026Updated 3 weeks ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Sep 25, 2023Updated 2 years ago
- Lightweight benchmarking component for small C++ routines☆15Mar 29, 2023Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆114May 21, 2024Updated last year
- Fastest Trie structure (Linux & Windows)☆93Dec 26, 2022Updated 3 years ago
- 🐶chihuahua - tiny & fast rendering library☆13Aug 9, 2016Updated 9 years ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- fast prime sieve and hash algorithm☆40Aug 31, 2025Updated 6 months ago
- call c api by dynamically loading it's library and without code change. Use this instead(more features, supper set) https://github.com/wa…☆16Apr 16, 2014Updated 11 years ago
- benchmark for various C++ function implementations; focus on invocation time☆98Jan 22, 2019Updated 7 years ago
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 9 months ago
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated last week
- Lightweight Msgpack Encoder☆15Feb 19, 2017Updated 9 years ago
- Orientation independent bézier smoothing of voxel grids☆17Dec 28, 2014Updated 11 years ago
- Experimental C++11 version of sparsehash☆294Oct 18, 2022Updated 3 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated last month
- 🔺 Fast polygon triangulation library based on Seidel's algorithm.☆43Oct 30, 2025Updated 4 months ago
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Sep 4, 2023Updated 2 years ago
- collection of opengl effects (WIP)☆12Sep 15, 2016Updated 9 years ago
- A collection of header files that can ease OpenGL programming☆29Feb 28, 2021Updated 5 years ago
- C++20 Vulkan and GLes rendering engine☆17Oct 10, 2025Updated 4 months ago
- A vectorized single header hash function.☆23Nov 18, 2024Updated last year
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,478Mar 8, 2024Updated last year
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆507Oct 22, 2023Updated 2 years ago
- GLSL like minimalist vector, matrix and quaternion math library for C++11☆40Mar 1, 2021Updated 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.☆251Nov 28, 2025Updated 2 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,151Dec 6, 2025Updated 2 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆61Jul 16, 2019Updated 6 years ago
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Dec 8, 2018Updated 7 years ago
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 9 months ago
- Compile-time printf-like string formatting☆76May 25, 2018Updated 7 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago