hash-table
There are 430 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
Tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
akrylysov/pogreb
Embedded key-value store for read-heavy workloads written in Go
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
avaneev/komihash
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
ultrabug/uhashring
Full featured consistent hashing python library compatible with ketama
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
Wsm2110/Faster.Map
Faster.Map is a high-performance, memory-efficient HashMap. Designed for extreme speed and scalability, it includes specialized implementations optimized for different workloads
explosion/preshed
💥 Cython hash tables that assume keys are pre-hashed
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+
maksimandrianov/cdcontainers
Library of data containers and data structures for C programming language.
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
tirthajyoti/Algorithm-Data-Structures-Python
Various useful data structures in Python
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!
b0nes164/SimpleComputeShaderHashTable
A simple, threadsafe, lock-free hash table for Unity Compute Shaders
avaneev/a5hash
Ultra fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
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)
Frankl1sales/Estrutura-de-Dados
Implementações baseadas na apostila de Estruturas de Dados dos Profs. Waldemar Celes e José Lucas Rangel (PUC-Rio, 2002).
H2CO3/hash_table
Fast, data-oriented, stdlib-style hash table
renzibei/hashtable-bench
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Arunvijay28/Mentoring-system
Mentoring system for an organization like SSN
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+
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.