54 results found Sort:

141
2.8k
mit
29
Blazing fast concurrent HashMap for Rust.
Created 2019-12-06
452 commits to master branch, last one 9 months ago
240
2.2k
bsd-3-clause
42
Common libraries and data structures for C.
Created 2020-11-10
256 commits to master branch, last one 2 months ago
112
1.7k
apache-2.0
41
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Created 2016-08-02
164 commits to main branch, last one 10 months ago
124
1.2k
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
137
1.0k
unknown
86
Java Collections till the last breadcrumb of memory and performance
Created 2013-11-13
337 commits to master branch, last one 7 years ago
71
926
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 6 days ago
45
884
mit
13
Fastest and most memory efficient golang concurrent hashmap
Created 2022-08-08
94 commits to main branch, last one about a month ago
73
821
bsd-2-clause
28
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Created 2017-02-18
3,599 commits to master branch, last one a day ago
CLRS study. Codes are written with golang.
Created 2018-01-31
342 commits to master branch, last one 5 years ago
110
766
mit
17
Hash map implementation in C.
Created 2020-07-06
38 commits to master branch, last one 3 months ago
28
695
apache-2.0
15
Golang port of Abseil's SwissTable
Created 2023-02-23
28 commits to main branch, last one 3 months ago
22
661
mit
6
The fastest hashing algorithm 📈
Created 2023-09-12
157 commits to main branch, last one 10 days ago
48
592
mit
18
TypeScript-STL (Standard Template Library, migrated from C++)
Created 2016-01-27
758 commits to master branch, last one 2 months ago
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
Created 2019-03-22
516 commits to master branch, last one 6 months ago
78
441
apache-2.0
19
This repository has no description...
Created 2019-12-09
1,368 commits to dev branch, last one 8 hours ago
28
402
bsd-2-clause
30
The Capsule Hash Trie Collections Library
Created 2015-10-21
463 commits to main branch, last one 8 months ago
48
393
unlicense
7
#️⃣ single header hashmap implementation for C and C++
Created 2020-06-27
55 commits to master branch, last one 4 months ago
72
384
mit
13
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 4 years ago
26
377
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 5 years ago
65
348
mit
10
Fast and easy-to-use skip list for Go.
Created 2012-04-23
35 commits to master branch, last one 2 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 3 months 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 5 months ago
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
Created 2022-06-29
32 commits to master branch, last one about a year ago
10
226
mit
7
Fast and memory-efficient immutable collections and helper data structures
Created 2017-01-04
1,216 commits to master branch, last one 16 days ago
This repo contains solutions to problem of data structures in c++
Created 2020-03-22
232 commits to master branch, last one about a year ago
23
193
isc
94
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
Created 2018-12-03
6 commits to master branch, last one 3 years ago
32
192
mit
14
An open addressing linear probing hash table, tuned for delete heavy workloads
Created 2015-12-09
33 commits to master branch, last one 8 months ago
8
189
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
68 commits to main branch, last one 8 months ago
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
Created 2021-11-21
130 commits to main branch, last one 5 months ago