Repository navigation

#

unordered-map

A family of header-only, very fast and memory-friendly hashmap and btree containers.

C++
3057
1 个月前

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

C++
1162
8 个月前

A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.

C++
42
2 个月前

A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible

Jupyter Notebook
22
7 个月前

C++ template containers with optimized memory consumption

C++
12
12 天前

A collection of generic header only data structures written in C

C
8
2 个月前

Wait Free collections in C++

CMake
4
7 年前

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.

C++
3
2 年前

Fast C++ flat (open addressing) hash set, map

C++
3
3 年前

A collection of slot maps and hash maps optimized for unsigned keys.

C++
2
4 年前

A plain C implementation of vector and hashtable

C++
1
4 年前

Simple implementation of Hash Table in C++. It's mainly intended to show how hash tables are implemented by libraries like STL.

C++
1
2 年前

Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.

C++
1
4 年前

Implemented AVL tree as well as ordered and unordered hashmaps from scratch

C++
1
5 年前

C implementations of basic C++-like container types

C
1
1 年前