61 results found Sort:

152
3.2k
mit
30
Blazing fast concurrent HashMap for Rust.
Created 2019-12-06
466 commits to master branch, last one 4 months ago
248
2.3k
bsd-3-clause
43
Common libraries and data structures for C.
Created 2020-11-10
257 commits to master branch, last one 3 months ago
113
1.8k
apache-2.0
42
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Created 2016-08-02
164 commits to main branch, last one about a year ago
124
1.3k
other
65
A fast, memory efficient hash map for C++
Created 2016-08-21
184 commits to master branch, last one about a year ago
139
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 8 years ago
73
981
unlicense
38
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Created 2019-03-06
992 commits to master branch, last one 7 months ago
47
954
mit
13
Fastest and most memory efficient golang concurrent hashmap
Created 2022-08-08
100 commits to main branch, last one 2 months ago
80
930
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,657 commits to master branch, last one 10 days ago
119
872
mit
19
Hash map implementation in C.
Created 2020-07-06
38 commits to master branch, last one 10 months ago
28
817
mit
8
The fastest hashing algorithm 📈
Created 2023-09-12
169 commits to main branch, last one 26 days ago
CLRS study. Codes are written with golang.
Created 2018-01-31
342 commits to master branch, last one 5 years ago
42
793
apache-2.0
14
Golang port of Abseil's SwissTable
Created 2023-02-23
28 commits to main branch, last one 9 months ago
A fast and ergonomic concurrent hash-table for read-heavy workloads.
Created 2023-11-20
155 commits to master branch, last one 9 days ago
49
606
mit
18
TypeScript-STL (Standard Template Library, migrated from C++)
Created 2016-01-27
758 commits to master branch, last one 9 months 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 6 months ago
89
499
apache-2.0
16
This repository has no description...
Created 2019-12-09
1,479 commits to dev branch, last one 16 days ago
6
450
apache-2.0
3
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
Created 2024-11-01
37 commits to main branch, last one about a month ago
54
409
unlicense
7
#️⃣ single header hashmap implementation for C and C++
Created 2020-06-27
56 commits to master branch, last one 5 months ago
27
403
bsd-2-clause
30
The Capsule Hash Trie Collections Library
Created 2015-10-21
463 commits to main branch, last one about a year ago
67
396
mit
11
Fast and easy-to-use skip list for Go.
Created 2012-04-23
40 commits to master branch, last one 3 months ago
68
382
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 5 years ago
23
380
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
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 10 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 12 months 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
236
mit
7
Fast and memory-efficient immutable collections and helper data structures
Created 2017-01-04
1,221 commits to master branch, last one 2 months ago
10
216
isc
5
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 about a year ago
9
212
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
69 commits to main branch, last one 6 months ago
This repo contains solutions to problem of data structures in c++
Created 2020-03-22
232 commits to master branch, last one 2 years ago