An open addressing linear probing hash table, tuned for delete heavy workloads
☆213Sep 25, 2023Updated 2 years ago
Alternatives and similar repositories for HashMap
Users that are interested in HashMap are comparing it to the libraries listed below
Sorting:
- An implementation of Seqlock in C++11☆236Jul 29, 2024Updated last year
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,478Mar 8, 2024Updated last year
- erfvicap is a packet capture tool for network adapters from Solarflare☆70Mar 6, 2023Updated 2 years ago
- Heap allocation free version of C++11 std::function☆60Oct 6, 2021Updated 4 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Jul 4, 2021Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 2025Updated 3 months ago
- Performance profiling of JSON libraries☆28Jun 8, 2025Updated 8 months ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆85Oct 18, 2018Updated 7 years ago
- A blend of the compact and sparse hash table implementations.☆15Aug 20, 2021Updated 4 years ago
- Ultra low latency messaging kernel☆157Sep 24, 2014Updated 11 years ago
- A hash table implementation using Robin Hood Linear Probing☆52May 31, 2014Updated 11 years ago
- A highly optimized single producer single consumer message queue C++ template☆285Aug 22, 2022Updated 3 years ago
- Experimental C++11 version of sparsehash☆294Oct 18, 2022Updated 3 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Oct 6, 2020Updated 5 years ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆48Aug 17, 2023Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months 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 2 weeks ago
- Various open addressing hashmap algorithms in C++☆257Jan 13, 2022Updated 4 years ago
- BATS Global Markets Wireshark Dissectors☆14Apr 2, 2019Updated 6 years ago
- ☆29Dec 8, 2023Updated 2 years ago
- generic stack-based container☆110Feb 23, 2018Updated 8 years ago
- A collection of resources on wait-free and lock-free programming☆2,015Feb 25, 2024Updated 2 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Jul 14, 2017Updated 8 years ago
- Flat containers for C++☆20Oct 22, 2016Updated 9 years ago
- SIMD (SSE) string functions☆104Jun 28, 2017Updated 8 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Nov 4, 2018Updated 7 years ago
- Orientation independent bézier smoothing of voxel grids☆17Dec 28, 2014Updated 11 years ago
- High performance multithreading toolkit for C++17☆46Oct 28, 2025Updated 4 months ago
- A collection of High-Frequency trading components☆303Nov 8, 2015Updated 10 years ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 years ago
- fixpp - A modern C++ FIX library☆91Sep 25, 2024Updated last year
- Single- and Double- intrusive linked lists for C++☆19Sep 13, 2015Updated 10 years ago
- Vectorized version of the PCG random number generator☆87Jan 9, 2026Updated last month
- Just another header-only C++17 CSV parser☆18Updated this week
- Detailed experiments over simdjson for VLDB article (2019) and future work☆21Oct 3, 2020Updated 5 years ago
- ☆19Jan 7, 2013Updated 13 years ago
- BitMagic Library☆443Aug 26, 2025Updated 6 months ago