Repository navigation

#

unordered-set

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

C++
2911
9 天前

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

C++
1052
3 个月前

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

C++
33
6 个月前

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

C++
3
2 年前

A C++ program that finds and displays the unique elements between two integer arrays.

C++
2
1 年前

Pretty Printer for any arbitrarily nested STL container

C++
0
5 个月前

Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming

C++
0
1 年前

This is a wordsearch puzzle solver. I know this is not the most efficient solution to solving a wordsearch. Using tries is much more efficient than this brute force solution. My purpose for this program was to demonstrate my knowledge of hashtables in C++ and the unordered_set is one such implementation in the C++ STL.

C++
0
5 年前

A very performant, fairly lightweight HashSet implementation in C.

C
0
7 个月前