A fast, memory efficient hash map for C++
-
Updated
Apr 26, 2023 - 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
This repo contains solutions to problem of data structures in c++
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
Greg's Template Library of useful classes.
The seq library is a collection of original C++14 STL-like containers and related tools
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
~200 DSA problems solved on LeetCode, GFG and AlgoExpert in c++, with lots of recursion 🤓🤓
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.
Headers Only C++11 Containers library. No standard library is required.
Compile-time Hash Map for C++
C++ wrapper around wyhash and wyrand
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."