A family of header-only, very fast and memory-friendly hashmap and btree containers.
翻译 - 一系列仅标头,非常快速且对内存友好的hashmap和btree容器。
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
Compile-time single-header hash-map written in C++ 17
C++ template containers with optimized memory consumption
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 cove...
A collection of slot maps and hash maps optimized for unsigned keys.
A plain C implementation of vector and hashtable
Simple implementation of Hash Table in C++. It's mainly intended to show how hash tables are implemented by libraries like STL.
Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.
Implemented AVL tree as well as ordered and unordered hashmaps from scratch
Toolkit for hashing user-defined types for use in hash maps, sets, etc.