63 results found Sort:

162
3.4k
mit
27
Blazing fast concurrent HashMap for Rust.
Created 2019-12-06
503 commits to master branch, last one about a month ago
280
2.5k
bsd-3-clause
45
Common libraries and data structures for C.
Created 2020-11-10
258 commits to master branch, last one 2 months ago
117
1.8k
apache-2.0
42
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Created 2016-08-02
166 commits to main branch, last one about a month ago
126
1.3k
other
64
A fast, memory efficient hash map for C++
Created 2016-08-21
184 commits to master branch, last one about a year ago
140
1.0k
unknown
85
Java Collections till the last breadcrumb of memory and performance
Created 2013-11-13
337 commits to master branch, last one 8 years ago
72
1k
unlicense
37
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Created 2019-03-06
992 commits to master branch, last one 10 months ago
50
989
mit
13
Fastest and most memory efficient golang concurrent hashmap
Created 2022-08-08
100 commits to main branch, last one 5 months ago
81
974
bsd-2-clause
29
M*LIB is a library of generic and type safe containers in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
Created 2017-02-18
3,669 commits to master branch, last one 4 days ago
123
924
mit
20
Hash map implementation in C.
Created 2020-07-06
38 commits to master branch, last one about a year ago
33
898
mit
8
The fastest hashing algorithm 📈
Created 2023-09-12
173 commits to main branch, last one 17 hours ago
42
825
apache-2.0
14
Golang port of Abseil's SwissTable
This repository has been archived (exclude archived)
Created 2023-02-23
29 commits to main branch, last one about a month ago
CLRS study. Codes are written with golang.
Created 2018-01-31
342 commits to master branch, last one 6 years ago
63
787
mit
24
A javascript standard data structure library which benchmark against C++ STL.
Created 2021-12-17
501 commits to main branch, last one 11 months ago
A fast and ergonomic concurrent hashmap for read-heavy workloads.
Created 2023-11-20
175 commits to master branch, last one about a month ago
49
613
mit
17
TypeScript-STL (Standard Template Library, migrated from C++)
Created 2016-01-27
758 commits to master branch, last one about a year ago
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
Created 2019-03-22
517 commits to master branch, last one 10 months ago
91
536
apache-2.0
15
This repository has no description...
Created 2019-12-09
1,504 commits to dev branch, last one 6 days ago
6
492
apache-2.0
3
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
Created 2024-11-01
39 commits to main branch, last one 3 months ago
57
422
unlicense
6
#️⃣ single header hashmap implementation for C and C++
Created 2020-06-27
56 commits to master branch, last one 9 months ago
67
409
mit
10
Fast and easy-to-use skip list for Go.
Created 2012-04-23
40 commits to master branch, last one 7 months ago
27
406
bsd-2-clause
29
The Capsule Hash Trie Collections Library
Created 2015-10-21
463 commits to main branch, last one about a year ago
23
385
mit
14
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
Created 2018-09-07
16 commits to master branch, last one 6 years ago
69
383
mit
12
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Created 2012-01-21
80 commits to master branch, last one 5 years ago
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
Created 2022-04-21
63 commits to main branch, last one about a year ago
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
Created 2016-11-10
69 commits to master branch, last one about a year ago
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
Created 2022-06-29
32 commits to master branch, last one 2 years ago
10
237
mit
5
Fast and memory-efficient immutable collections and helper data structures
Created 2017-01-04
1,221 commits to master branch, last one 5 months ago
11
224
apache-2.0
1
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
Created 2021-12-20
70 commits to main branch, last one 3 months ago
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
Created 2021-11-21
158 commits to main branch, last one a day ago
10
217
isc
4
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
Created 2022-03-17
40 commits to master branch, last one 2 years ago