open-addressing topic

List open-addressing repositories

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