robin-map

Hash map library

A C++ implementation of fast hash maps and sets using robin hood hashing

C++ implementation of a fast hash map and hash set using robin hood hashing

GitHub

1k stars
35 watching
118 forks
Language: C++
last commit: 2 months ago
Linked from 3 awesome lists

c-plus-pluscppdata-structureshash-maphash-tableheader-only

Backlinks from these awesome lists:

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
tessil/hopscotch-map A fast hash map and hash set implementation using hopscotch hashing 729
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
wangyi-fudan/wyhash Provides fast and simple hashing functions and random number generators for various programming languages. 970
rigtorp/hashmap A high-performance hash table implementation optimized for delete-heavy workloads 200
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 942
mirage/digestif Tools for implementing various hash algorithms in multiple programming languages. 87
ron4fun/hashlibplus A C++11 hashing library providing a fluent interface for various hash algorithms and functions 29
lemire/clhash A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. 266
skarupke/flat_hash_map A high-performance implementation of a hash table data structure in C++ 1,716
rustcrypto/hashes A collection of cryptographic hash functions written in Rust. 1,879
romix/java-concurrent-hash-trie-map An implementation of a concurrent hash array mapped trie data structure for thread-safe and lock-free map operations. 151
sparsehash/sparsehash-c11 An experimental C++ implementation of a hash map data structure optimized for sparse data 287
preshing/junction A collection of concurrent hash map implementations in C++. 1,408