hashmap
Hash map library
An implementation of hash table algorithms for efficient data storage and retrieval
Various open addressing hashmap algorithms in C++
254 stars
23 watching
83 forks
Language: C++
last commit: about 3 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,257 |
| A high-performance implementation of a hash table data structure in C++ | 1,721 |
| A JavaScript class implementation of a key-value map data structure | 382 |
| A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
| A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
| A concurrent thread-safe hash map implemented in C++. | 145 |
| A simple string-based key-value store implemented as a C data structure | 527 |
| A fast hash map and hash set implementation using hopscotch hashing | 731 |
| A library providing a standard interface for working with various types of maps in Go. | 47 |
| A fast and immutable map implementation for F#. | 62 |
| A set of hashtable implementations optimized for use in GameMaker Studio 2.3+, providing varying levels of functionality and performance. | 2 |
| A utility library for efficient geospatial data querying using hashing and encoding methods | 413 |
| A set of implementations for mutable hash tables in Haskell. | 127 |
| A Blazor interop library for integrating Google Maps into .NET web applications. | 343 |
| A simple hash table implementation for storing and retrieving various data types in C. | 216 |