60 results found Sort:
Blazing fast concurrent HashMap for Rust.
Created
2019-12-06
466 commits to master branch, last one 2 months ago
Common libraries and data structures for C.
Created
2020-11-10
257 commits to master branch, last one 2 months ago
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
A fast, memory efficient hash map for C++
Created
2016-08-21
184 commits to master branch, last one about a year ago
Java Collections till the last breadcrumb of memory and performance
Created
2013-11-13
337 commits to master branch, last one 8 years ago
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
Fastest and most memory efficient golang concurrent hashmap
Created
2022-08-08
100 commits to main branch, last one about a month ago
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
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
The fastest hashing algorithm 📈
Created
2023-09-12
168 commits to main branch, last one 19 days ago
Golang port of Abseil's SwissTable
Created
2023-02-23
28 commits to main branch, last one 8 months ago
A javascript standard data structure library which benchmark against C++ STL.
Created
2021-12-17
501 commits to main branch, last one 6 months ago
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
This repository has no description...
Created
2019-12-09
1,474 commits to dev branch, last one 15 hours ago
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
Created
2024-11-01
36 commits to main branch, last one 29 days ago
#️⃣ single header hashmap implementation for C and C++
Created
2020-06-27
56 commits to master branch, last one 4 months ago
The Capsule Hash Trie Collections Library
Created
2015-10-21
463 commits to main branch, last one about a year ago
Fast and easy-to-use skip list for Go.
Created
2012-04-23
40 commits to master branch, last one 2 months ago
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
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
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
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