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

GitHub

287 stars
28 watching
59 forks
Language: C++
last commit: almost 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337
greg7mdp/sparseppA high-performance hash map implementation for C++ with low memory usage and efficient resizing1,257
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
lemire/clhashA fast hashing function implemented in C with support for C++ wrappers and benchmarking tools.268
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
tessil/hopscotch-mapA fast hash map and hash set implementation using hopscotch hashing731
cwpearson/nim-murmurhashAn implementation of MurmurHash algorithms for hashing data in software applications7
tessil/robin-mapA C++ implementation of fast hash maps and sets using robin hood hashing1,294
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216
opensystemslab/xxhash.nimA lightweight Nim wrapper providing fast hashing functionality for various use cases15
wangyi-fudan/wyhashProvides fast and simple hashing functions and random number generators for various programming languages.979
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
nicoshev/rapidhashA high-quality hashing algorithm designed to be fast and reliable across various platforms.234
goossaert/hashmapAn implementation of hash table algorithms for efficient data storage and retrieval254
aappleby/smhasherA collection of hash functions and tests for their properties2,688