hash-table topic
hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
ordered-map
C++ hash map and hash set which preserve the order of insertion
sparse-map
C++ implementation of a memory efficient hash map and hash set
array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
cdcontainers
Library of data containers and data structures for C programming language.
preshed
💥 Cython hash tables that assume keys are pre-hashed
algorithms
Popular algorithms on C#, data structures and solutions for Cracking the Code Interview
Computer-Science-Theory
A repo full of Computer Science theory used for Coding interviews and more! Including Data Structures, Sort and Search Algorithms and more!
hash_table
Fast, data-oriented, stdlib-style hash table