Projects in Awesome Lists tagged with hash-map
A curated list of projects in awesome lists tagged with hash-map .
https://github.com/tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 14 May 2025
https://github.com/Tessil/robin-map
C++ implementation of a fast hash map and hash set using robin hood hashing
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 20 Mar 2025
https://github.com/greg7mdp/sparsepp
A fast, memory efficient hash map for C++
hash hash-map hash-tables hashmap sparse sparse-containers sparsehash unordered
Last synced: 15 May 2025
https://github.com/tessil/hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 16 May 2025
https://github.com/Tessil/hopscotch-map
C++ implementation of a fast hash map and hash set using hopscotch hashing
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 08 May 2025
https://github.com/Tessil/ordered-map
C++ hash map and hash set which preserve the order of insertion
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 06 Mar 2026
https://github.com/tessil/ordered-map
C++ hash map and hash set which preserve the order of insertion
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 09 Apr 2025
https://github.com/tessil/sparse-map
C++ implementation of a memory efficient hash map and hash set
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 09 Apr 2025
https://github.com/Tessil/sparse-map
C++ implementation of a memory efficient hash map and hash set
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 08 May 2025
https://github.com/lukaskubanek/ordereddictionary
Ordered dictionary data structure implementation in Swift
data-structure dictionary hash-map ordereddictionary swift
Last synced: 12 Apr 2025
https://github.com/zrwusa/data-structure-typed
TypeScript & Javascript Data Structures
avl-tree binary-tree data-structures deque graph hash-map heap javascript leetcode linked-list priority-queue red-black-tree segment-tree skip-list sorted-collections tree-map tree-set trie typescript zero-dependencies
Last synced: 02 Apr 2026
https://github.com/tessil/array-hash
C++ implementation of a fast and memory efficient hash map and hash set specialized for strings
c-plus-plus cpp data-structures hash-map hash-table header-only
Last synced: 21 Mar 2025
https://github.com/anthonynsimon/java-ds-algorithms
Data Structures and Algorithms in Java
algorithm dijkstra graph hash-map java matrix palindrome permutation sort stack strings tree trie
Last synced: 16 Mar 2025
https://github.com/haseeb-qureshi/algorithms-study-group
Study group for algorithms in Ruby, hosted at App Academy
a-frame algorithm bit-manipulation bloom-filter compression computation edit-distance hash-map huffman-coding lempel-ziv strings
Last synced: 12 Jul 2025
https://github.com/wdamron/amt
Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)
data-structures go hamt hash-map hash-set unsafe
Last synced: 30 Apr 2025
https://github.com/alexpreynolds/kmer-counter
Count kmers with a more efficient (faster) hash table
bioinformatics cpp14 genomics hash-map kmer kmer-counting
Last synced: 10 Apr 2025
https://github.com/h2co3/hash_table
Fast, data-oriented, stdlib-style hash table
cpp cpp14 data-oriented hash-map hash-table lookup
Last synced: 30 Apr 2025
https://github.com/cloudflare/entropy-map
Low-latency hash map using minimal perfect hash functions and compact encoding.
Last synced: 17 Mar 2026
https://github.com/ashvardanian/hashtablebenchmark
A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
google-benchmark hash-map hash-table stl-containers valgrind
Last synced: 12 Apr 2025
https://github.com/barrust/hashmap
c hash-map hash-table hashmap hashtable map
Last synced: 07 May 2025
https://github.com/m-murad/ordered-sync-map
A gorutine safe ordered map implemented in Go using Generics.
concurency concurrent concurrent-hashmap concurrent-map generic generics go-map golang-map goroutine-safe gorutines hash-map hashmap linkedhashmap map ordered-map thread-safe-map threadsafe
Last synced: 21 Sep 2025
https://github.com/acucciniello/data-structures
Implementation of Basic Data Structures
Last synced: 11 Mar 2026
https://github.com/mnpsnuwan/interviews
Everything I need to know to get the better job.
arrays binary-tree bit-manipulation cracking-the-coding-interview deapth-first-search dynamic-programming greedy hash-map hash-set interview interview-practice interview-preparation java leetcode linked-list string
Last synced: 04 Jul 2025
https://github.com/squeek502/zig-hash-map-bench
Benchmarks for Zig's std.HashMap
Last synced: 25 Jul 2025
https://github.com/einfachandy/bench-hashmaps
benchmark for golang hash maps
bench benchmark benchmarking data-structures generic go golang hash-map hash-maps hash-table hash-tables hashmap hashtable performance-analysis performance-testing swisstable
Last synced: 16 Jan 2026
https://github.com/danielbrodi/c-data-structures
A collection of algorithms and implementations of all common data structures - written in C. Multiple ways to implement any data structure, e.g: Both iterative and recursive way for a binary search tree. All kinds of Linked Lists (Singly, Doubly, Sorted). Hash Map which is based on a linked list and etc...
algorithm binary-search-tree binary-tree bit-array c circular-buffer circular-queue data-structures data-structures-and-algorithms doubly-linked-list hash-map heap heap-queue linked-list priority-queue queue singly-linked-list sorted-lists stack vector
Last synced: 13 May 2025
https://github.com/mk-fg/incremetal-disk-compare-and-sync
Tool to build/maintain hash-map of source file/dev/image blocks and incrementally sync those with least reads/writes
backup block-devices console dd devops disk hash-map incremental large-files linux nim replication sync sysadmin tool
Last synced: 26 Feb 2026
https://github.com/adithya-menon-r/link-us
LinkUs is a Python-based social networking system where users can connect, interact through posts and messaging, and receive friend recommendations based on mutual friends, hobbies, and popularity.
autocomplete friend-recommendation graph hash-map hobby-network max-heap messaging post-system priority-queue python social-network trie
Last synced: 17 Feb 2026
https://github.com/savi-lang/map
Hash Map data structures for the Savi standard library.
data-structures hash-map library savi standard-library
Last synced: 19 Mar 2026
https://github.com/kopach-artem/hashtable
A comprehensive C++ library for efficient data management using hash tables. Features customizable hashing, collision resolution.
c-plus-plus cpp data-structures hash-map hash-table hashtable
Last synced: 05 Apr 2025
https://github.com/dapper91/rankmap
Rust hash table supporting key ranking
hash-map hash-table heap priority queue ranking
Last synced: 29 Mar 2025
https://github.com/bold-minds/kv
Map operations Go's stdlib leaves out — Pick, Omit, Invert, Merge, Filter, Sort — on typed map[K]V. Zero deps.
filter go golang hash-map map-operations pick-omit sorted-keys
Last synced: 25 Apr 2026
https://github.com/remonhasan/leetcode-solutions
Leetcode problem solutions 🗳️
algorithms array competitive-programming data-structures hash-map leetcode-cpp leetcode-solutions string
Last synced: 18 Jun 2026
https://github.com/fomadev/kiva-db
KivaDB v1.0.0 : Moteur Clé-Valeur haute performance en C. Architecture Append-Only & Indexation RAM (O(1)). Vitesse : +38 000 ops/sec (Buffered I/O). Inclus : Shell interactif, Scan, Stats et Compaction. Fiabilité : Verrouillage de fichier et Stress Test validé. Un stockage léger, rapide et robuste sous licence MIT.
append-only c data-structures database hacktoberfest hash-map high-performance key-value-store mit-license nosql open-source storage-engine
Last synced: 02 Feb 2026
https://github.com/earaujoassis/proto
⚡️ A Prototype-Based Programming library for the C language
hash-map hash-table hash-table-c hashmap hashtable
Last synced: 23 Jul 2025
https://github.com/marcos-venicius/clibs
Usefull libraries in C based on my needs.
array assert c clib clibrary hash-map linked-list
Last synced: 06 Nov 2025
https://github.com/gnori-zon/airport-search
Консольная программа, которая ищет данные по CSV файлу. ( A console program that searches for data in a CSV file. )
console-application csv-parser hash hash-indexes hash-map index java prefix-tree trie
Last synced: 04 Oct 2025
https://github.com/jack994/spellchecker
hash-map java linked-list spellchecker
Last synced: 30 Aug 2025
https://github.com/tonix-tuft/linked-hash-map
How I would implement a linked hash map in PHP if PHP wouldn't have associative arrays.
data-structure data-structures hash-map hash-table linked linked-hash-map map
Last synced: 13 Jan 2026
https://github.com/sreddy-96/top-hash-table
The Odin Project - Hash Tables project
hash hash-map hash-table hashing javascript
Last synced: 15 Mar 2025
https://github.com/lukaspietzschmann/hash-map
An implementation of a Hash-Map in Java
Last synced: 06 Dec 2025
https://github.com/bentatum/hash-to-collection
easily convert a hash to a collection
conversion hash hash-map list object
Last synced: 01 Apr 2025
https://github.com/miroslavkolosnjaji/data-structures-by-example
This project contains my implementations of linear data structures, based on the 'Data Structures 1' course from Code with Mosh. The solutions are the result of solving practical exercises that focused on building methods and operations for each data structure.
array-list code-with-mosh data-structures data-structures-and-algorithms hash-map linear-data-structures linked-list queue stack
Last synced: 09 Mar 2026
https://github.com/bruce-lee-ly/data_structure
Several commonly used data structures are implemented with C++11.
avl-tree binary-heap binary-tree cpp11 graph hash-map queue red-black-tree single-list skip-list stack
Last synced: 01 Jun 2026
https://github.com/bentatum/collection-to-hash
convert a collection to a hash object.
collection conversion hash hash-map hashmap
Last synced: 01 Apr 2025