hashmap

Hash map library

An implementation of hash table algorithms for efficient data storage and retrieval

Various open addressing hashmap algorithms in C++

GitHub

254 stars
23 watching
83 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
greg7mdp/sparsepp A high-performance hash map implementation for C++ with low memory usage and efficient resizing 1,257
skarupke/flat_hash_map A high-performance implementation of a hash table data structure in C++ 1,721
flesler/hashmap A JavaScript class implementation of a key-value map data structure 382
rigtorp/hashmap A high-performance hash table implementation optimized for delete-heavy workloads 200
tessil/sparse-map A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. 337
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 145
petewarden/c_hashmap A simple string-based key-value store implemented as a C data structure 527
tessil/hopscotch-map A fast hash map and hash set implementation using hopscotch hashing 731
goradd/maps A library providing a standard interface for working with various types of maps in Go. 47
fsprojects/fsharp-hashcollections A fast and immutable map implementation for F#. 62
gamemakerdiscord/map.gml A set of hashtable implementations optimized for use in GameMaker Studio 2.3+, providing varying levels of functionality and performance. 2
davidmoten/geo A utility library for efficient geospatial data querying using hashing and encoding methods 413
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 127
rungwiroon/blazorgooglemaps A Blazor interop library for integrating Google Maps into .NET web applications. 343
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216