sparsehash-c11
Sparse hashmap library
An experimental C++ implementation of a hash map data structure optimized for sparse data
Experimental C++11 version of sparsehash
287 stars
28 watching
59 forks
Language: C++
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
cwpearson/nim-murmurhash | An implementation of MurmurHash algorithms for hashing data in software applications | 7 |
tessil/robin-map | A C++ implementation of fast hash maps and sets using robin hood hashing | 1,277 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
opensystemslab/xxhash.nim | A lightweight Nim wrapper providing fast hashing functionality for various use cases | 15 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,716 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
goossaert/hashmap | An implementation of hash table algorithms for efficient data storage and retrieval | 255 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,676 |