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: over 4 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
greg7mdp/sparseppA high-performance hash map implementation for C++ with low memory usage and efficient resizing1,257
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
flesler/hashmapA JavaScript class implementation of a key-value map data structure382
rigtorp/hashmapA high-performance hash table implementation optimized for delete-heavy workloads200
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
petewarden/c_hashmapA simple string-based key-value store implemented as a C data structure527
tessil/hopscotch-mapA fast hash map and hash set implementation using hopscotch hashing731
goradd/mapsA library providing a standard interface for working with various types of maps in Go.47
fsprojects/fsharp-hashcollectionsA fast and immutable map implementation for F#.62
gamemakerdiscord/map.gmlA set of hashtable implementations optimized for use in GameMaker Studio 2.3+, providing varying levels of functionality and performance.2
davidmoten/geoA utility library for efficient geospatial data querying using hashing and encoding methods413
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
rungwiroon/blazorgooglemapsA Blazor interop library for integrating Google Maps into .NET web applications.343
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216