open-addressing
Here are 43 public repositories matching this topic...
Sort:Most stars
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
- Updated
Jan 11, 2026 - C
Fast and memory-efficient immutable collections and helper data structures
- Updated
Sep 18, 2025 - C#
An open addressing linear probing hash table, tuned for delete heavy workloads
- Updated
Sep 25, 2023 - C++
Faster.Map — A blazing-fast, memory-efficient HashMap library for .NET. Featuring SIMD-optimized DenseMap, lock-free CMap, and high-performance BlitzMap implementations designed for extreme speed, scalability, and low memory overhead. Ideal for real-time systems, caching engines, and high-density data workloads.
- Updated
Feb 11, 2026 - C#
Fast & memory efficient hash tables for Java
- Updated
Jan 23, 2026 - Java
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
- Updated
Aug 12, 2025 - C++
A lightweight single-header open-addressing hashtable implementation in ANSI C
- Updated
May 1, 2025 - C
Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
- Updated
Jan 18, 2019 - Java
Data structures and algorithms implementation in pure C#!
- Updated
Apr 25, 2024 - C#
Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.
- Updated
Oct 27, 2022 - Go
Implementing Hash-Table Lexicon using open-addressing and quadratic probing.
- Updated
May 16, 2024 - C++
C Program For Open Address Collision
- Updated
Feb 28, 2021 - C
LinearMap is a minimalistic, high-performance hash map built around open addressing with linear probing. Instead of relying on buckets, used by std::unordered_map, it uses a fully contiguous memory layout to squeeze out every bit of performance modern CPUs can offer.
- Updated
Nov 14, 2025 - C++
This repository contains all the data structures and their application in Java.
- Updated
Jan 16, 2018 - Java
Hash-Table implementation using Python. (Chaining, Open Addressing & Resizing)
- Updated
Apr 11, 2019 - Python
The project on comparison of different hashing approaches
- Updated
Dec 25, 2020 - Jupyter Notebook
A fast Robin Hood hash table library in C
- Updated
May 8, 2025 - C
Hash Table implementation using Open addressing & Linear probing.
- Updated
Aug 22, 2020 - C
Simple alternative to hcreate_r, hsearch_r, hdestroy_r GNU extensions
- Updated
Jan 14, 2022 - C++
Container with linear probing resolver collision using LCFS-hashing.
- Updated
Nov 3, 2022 - C
Improve this page
Add a description, image, and links to theopen-addressing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theopen-addressing topic, visit your repo's landing page and select "manage topics."