hashmap
There are 1048 repositories under hashmap topic.
xacrimon/dashmap
Blazing fast concurrent HashMap for Rust.
tezc/sc
Common libraries and data structures for C.
cornelk/hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
greg7mdp/sparsepp
A fast, memory efficient hash map for C++
leventov/Koloboke
Java Collections till the last breadcrumb of memory and performance
wangyi-fudan/wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
alphadose/haxmap
Fastest and most memory efficient golang concurrent hashmap
P-p-H-d/mlib
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).
tidwall/hashmap.c
Hash map implementation in C.
shady831213/algorithms
CLRS study. Codes are written with golang.
ogxd/gxhash
The fastest hashing algorithm 📈
dolthub/swiss
Golang port of Abseil's SwissTable
js-sdsl/js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
samchon/tstl
TypeScript-STL (Standard Template Library, migrated from C++)
ibraheemdev/papaya
A fast and ergonomic concurrent hash-table for read-heavy workloads.
LeoVen/C-Macro-Collections
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
fortress-build/whirlwind
🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
sheredom/hashmap.h
#️⃣ single header hashmap implementation for C and C++
usethesource/capsule
The Capsule Hash Trie Collections Library
TheNeikos/rustbreak
A simple, fast and easy to use self-contained single file storage for Rust
flesler/hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
huandu/skiplist
Fast and easy-to-use skip list for Go.
hogliux/semimap
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
SergeyMakeev/ExcaliburHash
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
TimeAndSpaceIO/SmoothieMap
A gulp of low latency Java
DavidLeeds/hashmap
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
Cassy343/flashmap
A lock-free, partially wait-free, eventually consistent, concurrent hashmap.
dadhi/ImTools
Fast and memory-efficient immutable collections and helper data structures
tidwall/hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
ashish-3916/Coding-Ninjas-Data-Structures
This repo contains solutions to problem of data structures in c++
robclu/leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
mapbox/eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
rigtorp/HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
crossdb-org/crossdb
Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨