| jamesroutley/write-a-hash-table |
2,439 |
|
0 |
0 |
over 6 years ago |
0 |
|
19 |
mit |
|
| ✏️ Learn how to write a hash table in C |
| felixguendling/cista |
1,490 |
|
0 |
0 |
over 2 years ago |
0 |
|
8 |
mit |
C++ |
| Cista is a simple, high-performance, zero-copy C++ serialization & reflection library. |
| Tessil/robin-map |
1,085 |
|
0 |
0 |
over 2 years ago |
3 |
April 05, 2022 |
9 |
mit |
C++ |
| C++ implementation of a fast hash map and hash set using robin hood hashing |
| jeffzh4ng/iruka |
775 |
|
0 |
0 |
over 2 years ago |
0 |
|
24 |
mit |
TypeScript |
| algorithms and data structures |
| Tessil/hat-trie |
708 |
|
0 |
0 |
almost 3 years ago |
0 |
|
7 |
mit |
C++ |
| C++ implementation of a fast and memory efficient HAT-trie |
| Tessil/hopscotch-map |
659 |
|
0 |
0 |
over 2 years ago |
0 |
|
2 |
mit |
C++ |
| C++ implementation of a fast hash map and hash set using hopscotch hashing |
| ipld/specs |
589 |
|
0 |
2 |
almost 4 years ago |
1 |
April 01, 2021 |
70 |
other |
JavaScript |
| Content-addressed, authenticated, immutable data structures |
| Tessil/ordered-map |
468 |
|
0 |
0 |
over 2 years ago |
2 |
August 22, 2022 |
6 |
mit |
C++ |
| C++ hash map and hash set which preserve the order of insertion |
| timtadh/data-structures |
377 |
|
6 |
47 |
over 3 years ago |
6 |
July 18, 2022 |
1 |
other |
Go |
| Go datastructures. |
| Tessil/sparse-map |
317 |
|
0 |
0 |
over 2 years ago |
0 |
|
8 |
mit |
C++ |
| C++ implementation of a memory efficient hash map and hash set |