hashmap topic

List hashmap repositories

hashmap

1.7k
Stars
112
Forks
Watchers

A Golang lock-free thread-safe HashMap optimized for fastest read access.

tstl

588
Stars
48
Forks
Watchers

TypeScript-STL (Standard Template Library, migrated from C++)

rustbreak

393
Stars
28
Forks
Watchers

A simple, fast and easy to use self-contained single file storage for Rust

capsule

402
Stars
28
Forks
Watchers

The Capsule Hash Trie Collections Library

skiplist

347
Stars
65
Forks
Watchers

Fast and easy-to-use skip list for Go.

SmoothieMap

293
Stars
31
Forks
Watchers

A gulp of low latency Java

hashmap

263
Stars
54
Forks
Watchers

Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.

ImTools

226
Stars
10
Forks
Watchers

Fast and memory-efficient immutable collections and helper data structures

HashMap

191
Stars
32
Forks
Watchers

An open addressing linear probing hash table, tuned for delete heavy workloads

leapfrog

188
Stars
8
Forks
Watchers

Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.