C++ implementation of a memory efficient hash map and hash set
☆366Nov 3, 2025Updated 3 months ago
Alternatives and similar repositories for sparse-map
Users that are interested in sparse-map are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 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 and memory efficient HAT-trie☆859Nov 11, 2025Updated 3 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,151Dec 6, 2025Updated 2 months 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
- Comprehensive benchmarks of C++ maps☆316Apr 14, 2023Updated 2 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆468Nov 28, 2025Updated 2 months ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,671Oct 6, 2024Updated last year
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,315Feb 4, 2026Updated 3 weeks ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- Container Traits for Modern C++☆29Oct 11, 2020Updated 5 years ago
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,478Mar 8, 2024Updated last year
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Jan 2, 2026Updated last month
- a header-only, constexpr alternative to gperf for C++14 users☆1,527Jul 29, 2025Updated 7 months ago
- A C++ library of Concurrent Data Structures☆2,727Oct 17, 2023Updated 2 years ago
- A hybrid thread / fiber task scheduler written in C++ 11☆1,994Feb 22, 2025Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,915Feb 11, 2024Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆114May 21, 2024Updated last year
- scanf for modern C++☆1,298Oct 29, 2025Updated 3 months ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆2,001Updated this week
- Static reflection for C++17 (compile-time enumeration, attributes, proxies, overloads, template functions, metaprogramming).☆1,198Nov 5, 2022Updated 3 years ago
- Portable header-only C++ low level SIMD library☆1,299Aug 26, 2024Updated last year
- C++14 lock-free queue.☆1,816Feb 17, 2026Updated last week
- std::simd for GCC [ISO/IEC TS 19570:2018]☆639Mar 10, 2023Updated 2 years ago
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- Lightweight Error Augmentation Framework☆337Feb 19, 2026Updated last week
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆48Aug 17, 2023Updated 2 years ago