Tessil / hopscotch-mapView external linksLinks
C++ implementation of a fast hash map and hash set using hopscotch hashing
☆765Nov 2, 2025Updated 3 months ago
Alternatives and similar repositories for hopscotch-map
Users that are interested in hopscotch-map are comparing it to the libraries listed below
Sorting:
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,448Nov 2, 2025Updated 3 months ago
- C++ implementation of a memory efficient hash map and hash set☆366Nov 3, 2025Updated 3 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆855Nov 11, 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
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 8 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,603May 1, 2023Updated 2 years ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,152Dec 6, 2025Updated 2 months ago
- A very fast hashtable☆1,839Sep 27, 2023Updated 2 years ago
- C++ hash map and hash set which preserve the order of insertion☆567Nov 2, 2025Updated 3 months ago
- Fast and memory efficient c++ flat hash table/map/set☆684Jan 18, 2026Updated 3 weeks 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,592May 29, 2025Updated 8 months ago
- A C++ library of Concurrent Data Structures☆2,729Oct 17, 2023Updated 2 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,173Dec 13, 2025Updated 2 months ago
- C++ associative containers☆1,602Nov 30, 2021Updated 4 years ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,670Oct 6, 2024Updated last year
- Comprehensive benchmarks of C++ maps☆316Apr 14, 2023Updated 2 years ago
- C++14 lock-free queue.☆1,814Jan 31, 2026Updated 2 weeks ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 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☆469Nov 28, 2025Updated 2 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆485Jan 2, 2026Updated last month
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- a header-only, constexpr alternative to gperf for C++14 users☆1,522Jul 29, 2025Updated 6 months ago
- A high-performance, concurrent hash table☆1,732Mar 31, 2025Updated 10 months ago
- Portable header-only C++ low level SIMD library☆1,300Aug 26, 2024Updated last year
- Cross-platform C++11 header-only library for memory mapped file IO☆1,914Feb 11, 2024Updated 2 years ago
- Experimental C++11 version of sparsehash☆294Oct 18, 2022Updated 3 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 last week
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,477Mar 8, 2024Updated last year
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,309Feb 4, 2026Updated last week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 6 months ago
- Zero overhead utilities for preventing bugs at compile time☆1,627Oct 13, 2025Updated 4 months ago
- Your binary serialization library☆1,215Oct 9, 2025Updated 4 months ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- A library for enabling task-based multi-threading. It allows execution of task graphs with arbitrary dependencies.☆979Mar 21, 2025Updated 10 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Jan 2, 2026Updated last month
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Nov 28, 2025Updated 2 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,284Oct 14, 2024Updated last year
- Yet Another Serialization☆772Feb 18, 2025Updated 11 months ago
- Parsing Expression Grammar Template Library☆2,109Jan 10, 2026Updated last month