| efficient/libcuckoo |
1,318 |
|
0 |
0 |
over 3 years ago |
0 |
|
15 |
other |
C++ |
| A high-performance, concurrent hash table |
| simonhf/sharedhashfile |
372 |
|
0 |
0 |
over 5 years ago |
0 |
|
1 |
other |
C |
| Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes |
| shomali11/util |
247 |
|
1 |
10 |
over 3 years ago |
1 |
July 17, 2022 |
1 |
mit |
Go |
| A collection of useful utility functions |
| romix/java-concurrent-hash-trie-map |
138 |
|
2 |
10 |
over 6 years ago |
2 |
September 18, 2014 |
2 |
other |
Java |
| Java port of a concurrent trie hash map implementation from the Scala collections library |
| kshk123/hashMap |
120 |
|
0 |
0 |
almost 3 years ago |
0 |
|
3 |
mit |
C++ |
| A concurrent thread-safe hash map implemented in C++ |
| greg7mdp/gtl |
77 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
apache-2.0 |
C++ |
| Greg's Template Library of useful classes. |
| LPD-EPFL/CLHT |
72 |
|
0 |
0 |
over 4 years ago |
0 |
|
4 |
other |
C |
| CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets. |
| veddan/rust-concurrent-hashmap |
56 |
|
8 |
4 |
about 6 years ago |
4 |
November 07, 2016 |
13 |
|
Rust |
| A concurrent hash table for Rust |
| vorner/contrie |
46 |
|
0 |
0 |
over 5 years ago |
5 |
July 16, 2019 |
5 |
other |
Rust |
| Concurrent hash trie |
| Gregory-Meyer/cht |
45 |
|
0 |
2 |
over 4 years ago |
8 |
December 13, 2021 |
2 |
agpl-3.0 |
Rust |
| Lockfree resizeable concurrent hash table. |