Thibaut Goetghebuer-Planchon

Results 7 repositories owned by Thibaut Goetghebuer-Planchon

hat-trie

770
Stars
113
Forks
Watchers

C++ implementation of a fast and memory efficient HAT-trie

robin-map

1.2k
Stars
113
Forks
Watchers

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

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

hash-table-shootout

37
Stars
19
Forks
Watchers

A benchmark of some prominent C/C++ hash table implementations