hash-table
There are 372 repositories under hash-table topic.
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
williamfiset/DEPRECATED-data-structures
A collection of powerful data structures
akrylysov/pogreb
Embedded key-value store for read-heavy workloads written in Go
Tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
Tessil/hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
Tessil/ordered-map
C++ hash map and hash set which preserve the order of insertion
Tessil/sparse-map
C++ implementation of a memory efficient hash map and hash set
ultrabug/uhashring
Full featured consistent hashing python library compatible with ketama
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
hongbo-miao/leetcode
LeetCode solutions
baotonglu/dash
Scalable Hashing on Persistent Memory
JoeKarlsson/data-structures
Common data structures and algorithms implemented in JavaScript
Tessil/array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
explosion/preshed
💥 Cython hash tables that assume keys are pre-hashed
maksimandrianov/cdcontainers
Library of data containers and data structures for C programming language.
sergeyleschev/leetcode-swift
TOP 200 #Dev 🏆 LeetCode, Solutions in Swift, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
Jokeren/gBolt
gBolt--very fast implementation for gSpan algorithm in data mining
recp/ds
🔗 Common Data Structures and Algorithms
renzibei/fph-table
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
pavlosdais/Abstract-Data-Types
A set of efficient data structures in C, created in a generic way
Silvochka/algorithms
Popular algorithms on C#, data structures and solutions for Cracking the Code Interview
Avery246813579/Computer-Science-Theory
A repo full of Computer Science theory used for Coding interviews and more! Including Data Structures, Sort and Search Algorithms and more!
tirthajyoti/Algorithm-Data-Structures-Python
Various useful data structures in Python
b0nes164/SimpleComputeShaderHashTable
A simple, threadsafe, lock-free hash table for Unity Compute Shaders
phorward/libphorward
C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...
fxamacker/circlehash
CircleHash is a family of fast hashes -- CircleHash64f is ideal for short inputs, reaching 10GB/s starting at <64 bytes and 15GB/s at 256 bytes (i7-1068NG7)
H2CO3/hash_table
Fast, data-oriented, stdlib-style hash table
Arunvijay28/Mentoring-system
Mentoring system for an organization like SSN
renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
sonugiri1043/Cracking-The-Coding-Interview
Solution to problems in "Cracking the Coding Interview" in C++.
mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
karel-burda/constexpr-hash-map
Compile-time single-header hash-map written in C++ 17
sergeyleschev/leetcode-typescript
TOP 200 #Dev 🏆 LeetCode, Solutions in TypeScript, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+
szaghi/HASTY
HASh Table fortran container exploting coarraY
Ali-Elshorpagi/Data_Structures
Data Structures in C++