There are 1 repository under hash-map topic.
C++ implementation of a fast hash map and hash set using hopscotch hashing
C++ hash map and hash set which preserve the order of insertion
C++ implementation of a memory efficient hash map and hash set
Ordered dictionary data structure implementation in Swift
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Data Structures and Algorithms in Java
Study group for algorithms in Ruby, hosted at App Academy
Count kmers with a more efficient (faster) hash table
Fast, data-oriented, stdlib-style hash table
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Compile-time single-header hash-map written in C++ 17
Low-latency hash map using minimal perfect hash functions and compact encoding.
C++ template containers with optimized memory consumption
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
Алгоритмы и структуры данных
A gorutine safe ordered map implemented in Go using Generics.
Small benchmark for few associative array implementations
A concurrent hash map implementation in C++
🛄 Sets, hashtables, arrays and more - written in C
Everything I need to know to get the better job.
A thread-safe hash map implementation in C++ with support for concurrent read and write operations.
benchmark for golang hash maps
Exercises from Data Structures course in Software Engineering Program from Universidad Complutense de Madrid
Tool to build/maintain hash-map of source file/dev/image blocks and incrementally sync those with least reads/writes
Data Structures and Algorithms applications to Quantitative Finance