A family of header-only, very fast and memory-friendly hashmap and btree containers.
-
Updated
Dec 6, 2025 - C++
A family of header-only, very fast and memory-friendly hashmap and btree containers.
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
C++ STL containers reimplemented in C
Compile-time single-header hash-map written in C++ 17
C++ template containers with optimized memory consumption
A collection of generic header only data structures written in C
A simple dictionary implementation in C
Fast C++ flat (open addressing) hash set, map
A robust C++ solution for validating parentheses in strings. This project features a well-tested algorithm that handles different types of parentheses, including (), {}, and []. It is designed to cover a wide range of scenarios, from simple to complex nested structures, ensuring the correct ordering and pairing of parentheses.
A collection of slot maps and hash maps optimized for unsigned keys.
Hashing technique in C++ in terms of key-value pair.
A plain C implementation of vector and hashtable
A search engine implementation using Inverted Index, supporting AND, OR, and NOT queries. Reads documents, preprocesses text, and returns results based on user input.
Collection of STL and algorithms code snippets with tutorials for quick reference and learning.
Add a description, image, and links to the unordered-map topic page so that developers can more easily learn about it.
To associate your repository with the unordered-map topic, visit your repo's landing page and select "manage topics."