60 results found Sort:

152
3.1k
mit
30
Blazing fast concurrent HashMap for Rust.
Created 2019-12-06
466 commits to master branch, last one 2 months ago
245
2.3k
bsd-3-clause
43
Common libraries and data structures for C.
Created 2020-11-10
257 commits to master branch, last one 2 months ago
111
1.8k
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 about a year ago
124
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
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
975
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 5 months ago
46
940
mit
13
Fastest and most memory efficient golang concurrent hashmap
Created 2022-08-08
100 commits to main branch, last one about a month ago
78
909
bsd-2-clause
29
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,654 commits to master branch, last one 3 days ago
118
855
mit
18
Hash map implementation in C.
Created 2020-07-06
38 commits to master branch, last one 9 months ago
CLRS study. Codes are written with golang.
Created 2018-01-31
342 commits to master branch, last one 5 years ago
26
804
mit
8
The fastest hashing algorithm 📈
Created 2023-09-12
168 commits to main branch, last one 19 days ago
40
781
apache-2.0
14
Golang port of Abseil's SwissTable
Created 2023-02-23
28 commits to main branch, last one 8 months ago
49
604
mit
18
TypeScript-STL (Standard Template Library, migrated from C++)
Created 2016-01-27
758 commits to master branch, last one 8 months ago
A fast and ergonomic concurrent hash-table for read-heavy workloads.
Created 2023-11-20
152 commits to master branch, last one 21 hours 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 5 months ago
88
491
apache-2.0
16
This repository has no description...
Created 2019-12-09
1,474 commits to dev branch, last one 15 hours ago
5
444
apache-2.0
3
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
Created 2024-11-01
36 commits to main branch, last one 29 days ago
53
408
unlicense
8
#️⃣ single header hashmap implementation for C and C++
Created 2020-06-27
56 commits to master branch, last one 4 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
383
mit
11
Fast and easy-to-use skip list for Go.
Created 2012-04-23
40 commits to master branch, last one 2 months ago
68
383
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 9 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 11 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
234
mit
7
Fast and memory-efficient immutable collections and helper data structures
Created 2017-01-04
1,221 commits to master branch, last one about a month ago
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
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
9
210
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 5 months ago