hash-table topic

List hash-table repositories

hopscotch-map

713
Stars
64
Forks
Watchers

C++ implementation of a fast hash map and hash set using hopscotch hashing

ordered-map

505
Stars
65
Forks
Watchers

C++ hash map and hash set which preserve the order of insertion

sparse-map

330
Stars
34
Forks
Watchers

C++ implementation of a memory efficient hash map and hash set

array-hash

174
Stars
28
Forks
Watchers

C++ implementation of a fast and memory efficient hash map and hash set specialized for strings

komihash

181
Stars
6
Forks
Watchers

Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG

cdcontainers

65
Stars
4
Forks
Watchers

Library of data containers and data structures for C programming language.

preshed

78
Stars
19
Forks
Watchers

💥 Cython hash tables that assume keys are pre-hashed

algorithms

37
Stars
14
Forks
Watchers

Popular algorithms on C#, data structures and solutions for Cracking the Code Interview

Computer-Science-Theory

37
Stars
12
Forks
Watchers

A repo full of Computer Science theory used for Coding interviews and more! Including Data Structures, Sort and Search Algorithms and more!

hash_table

21
Stars
0
Forks
Watchers

Fast, data-oriented, stdlib-style hash table