Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

open-addressing

Here are 43 public repositories matching this topic...

Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.

  • UpdatedJan 11, 2026
  • C

An open addressing linear probing hash table, tuned for delete heavy workloads

  • UpdatedSep 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.

  • UpdatedFeb 11, 2026
  • C#

Fast & memory efficient hash tables for Java

  • UpdatedJan 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.

  • UpdatedAug 12, 2025
  • C++

A lightweight single-header open-addressing hashtable implementation in ANSI C

  • UpdatedMay 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.

  • UpdatedJan 18, 2019
  • Java

Yet another efficient hashmap implementation for Golang based on the hopscotch open addressing scheme.

  • UpdatedOct 27, 2022
  • Go

Implementing Hash-Table Lexicon using open-addressing and quadratic probing.

  • UpdatedMay 16, 2024
  • C++

C Program For Open Address Collision

  • UpdatedFeb 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.

  • UpdatedNov 14, 2025
  • C++

Hash-Table implementation using Python. (Chaining, Open Addressing & Resizing)

  • UpdatedApr 11, 2019
  • Python

The project on comparison of different hashing approaches

  • UpdatedDec 25, 2020
  • Jupyter Notebook

A fast Robin Hood hash table library in C

  • UpdatedMay 8, 2025
  • C

Hash Table implementation using Open addressing & Linear probing.

  • UpdatedAug 22, 2020
  • C

Simple alternative to hcreate_r, hsearch_r, hdestroy_r GNU extensions

  • UpdatedJan 14, 2022
  • C++

Container with linear probing resolver collision using LCFS-hashing.

  • UpdatedNov 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.

Curate this topic

Add this topic to your repo

To associate your repository with theopen-addressing topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2026 Movatter.jp