A fast, memory efficient hash map for C++
-
Updated
May 19, 2025 - C++
A fast, memory efficient hash map for C++
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + PRNG
Greg's Template Library of useful classes.
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
An open addressing linear probing hash table, tuned for delete heavy workloads
This repo contains solutions to problem of data structures in c++
The seq library is a collection of original C++17 STL-like containers and related tools
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
Ultra fast, high-quality hash functions for hash-tables and hash-maps (non-cryptographic, header-only C/C++) + PRNG
Welcome to my 100 days of Code in C++. What's the 100 Days of Code Challenge? For those unfamiliar, it's a commitment to code for at least an hour every day for the next 100 days. Whether it's a small project, tackling algorithms, or diving into a new language/framework, the goal is progress over perfection.
~200 DSA problems solved on LeetCode, GFG and AlgoExpert in c++, with lots of recursion 🤓🤓
Add a description, image, and links to the hashmap topic page so that developers can more easily learn about it.
To associate your repository with the hashmap topic, visit your repo's landing page and select "manage topics."