Repository navigation

#

hash-map

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

C++
1386
5 个月前
C++
1286
3 个月前

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

C++
752
1 年前

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

C++
547
1 年前

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

C++
360
1 年前

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

C++
250
1 个月前

Ordered dictionary data structure implementation in Swift

Swift
202
4 年前

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

C++
179
1 年前

This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.

C
175
3 年前

Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)

Go
65
3 年前

Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup

C++
45
2 年前

Low-latency hash map using minimal perfect hash functions and compact encoding.

Rust
31
9 个月前
C++
25
3 个月前

Count kmers with a more efficient (faster) hash table

C++
23
1 年前

Fast, data-oriented, stdlib-style hash table

C++
21
9 年前

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

Jupyter Notebook
20
5 个月前