hashmap
Hash map library
An implementation of hash table algorithms for efficient data storage and retrieval
Various open addressing hashmap algorithms in C++
255 stars
23 watching
83 forks
Language: C++
last commit: almost 3 years ago
Linked from 2 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,253 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,716 |
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. | 334 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
petewarden/c_hashmap | A simple string-based key-value store implemented as a C data structure | 524 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
goradd/maps | A library providing a standard interface for working with various types of maps in Go. | 43 |
fsprojects/fsharp-hashcollections | A fast and immutable map implementation for F#. | 59 |
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 | 410 |
gregorycollins/hashtables | A set of implementations for mutable hash tables in Haskell. | 125 |
rungwiroon/blazorgooglemaps | A library that enables Blazor interop with the GoogleMap library | 336 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |