sparsepp
Hash map
A high-performance hash map implementation for C++ with low memory usage and efficient resizing
A fast, memory efficient hash map for C++
1k stars
64 watching
124 forks
Language: C++
last commit: almost 2 years ago
Linked from 2 awesome lists
hashhash-maphash-tableshashmapsparsesparse-containerssparsehashunordered
Related projects:
Repository | Description | Stars |
---|---|---|
| A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
| An experimental C++ implementation of a hash map data structure optimized for sparse data | 287 |
| An implementation of hash table algorithms for efficient data storage and retrieval | 254 |
| A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
| A concurrent thread-safe hash map implemented in C++. | 145 |
| A hash map and hash set implementation with optimized storage and deletion algorithms | 968 |
| A fast hash map and hash set implementation using hopscotch hashing | 731 |
| A C++ implementation of fast hash maps and sets using robin hood hashing | 1,294 |
| A high-performance implementation of a hash table data structure in C++ | 1,721 |
| A fast and immutable map implementation for F#. | 62 |
| Software component providing efficient word representation using hash embeddings | 42 |
| Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
| An implementation of an efficient and low-latency map data structure | 296 |
| A high-performance static perfect hash library for compile-time mapping of keys to values with no collisions | 181 |
| A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 360 |