An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: open-addressing

dadhi/ImTools

Fast and memory-efficient immutable collections and helper data structures

Language: C# - Size: 8.22 MB - Last synced at: 12 days ago - Pushed at: 6 months ago - Stars: 236 - Forks: 10

rigtorp/HashMap

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

Language: C++ - Size: 38.1 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 204 - Forks: 33

yuvraj97/Algorithms

Inspired by MIT 6.006

Language: Python - Size: 1.19 MB - Last synced at: about 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

theobori/tinyhash

Hashmap multiple implementations library for C

Language: C - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lcsmuller/oa-hash

A lightweight open-addressing hashtable implementation in ANSI C

Language: C - Size: 44.9 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 13 - Forks: 0

farazdagi/hash-iter

Enhanced double hashing in Rust

Language: Rust - Size: 19.5 KB - Last synced at: 18 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

gaujay/indivi_collection

A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.

Language: C++ - Size: 2.23 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 25 - Forks: 1

ddoroshev/hashmap

🚀 C-based hashmap with 🔑 char* keys and 🔢 integer values. Supports setting/getting values, deletion, and auto-resizing.

Language: C - Size: 57.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

KjetilIN/rs-hash-table

Implementation of hash table with Rust. Using open addressing for handling collision and djb2 as the hash function.

Language: Rust - Size: 16.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DavidLeeds/hashmap

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

Language: C - Size: 104 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 265 - Forks: 54

hamednikzad/pure-data-structures-and-algorithms-csharp

Data structures and algorithms implementation in pure C#!

Language: C# - Size: 78.1 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 1

m4lf0rm3d/BIJLI-Hash-Table-Database

In this project, I used CSV module to implement CRUD operations on CSV file using Python Programming Language. The CSV file has over 400,000 records of phone numbers. Searching them linearly may cause a lot of time. Therefore, I used Hash Table to search phone numbers in O(1).

Language: Python - Size: 5.56 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

SpeedyIguana/Hashing

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

Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

donheshanthaka/hash-table-in-c

Hash table implementation in c (Detailed comments on operation)

Language: C - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

m-bronnikov/FastHashTable 📦

Hash map with open-addressing

Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

PolleAnker/Hashing-Algorithms

Implementation of Hashing with collision handling, utilizing Chaining, Linear Probing, Quadratic Probing and Double Hashing.

Language: Python - Size: 128 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

ZDSDD/hash_maps

Project for Advanced Algorithms, University of Łódź. Open hashing and chained hashing

Language: C++ - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

tony-josi/generic_hash_table

Hash Table implementation using Open addressing & Linear probing.

Language: C - Size: 2.1 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

baedirin/cs261-assignment6

CS 261 Data Structures portfolio assignment: Hashmap using open addressing & chaining

Language: Python - Size: 286 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

praabindhp/Open_Address_Collision

C Program For Open Address Collision

Language: C - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

dobell733/hash_map

A hash map implemented in Python

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

egorov-m/algLab-6

Алгоритмы: Тема 6. Хэш-таблицы.

Language: C# - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ostafen/hopmap

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

Language: Go - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

JJLIN1024/simpleHashTable

A simple open-addressing hash table with friendly user interface.

Language: C - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

reshifr/rhi

Container with linear probing resolver collision using LCFS-hashing.

Language: C - Size: 449 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

javamultiplex/data-structure

This repository contains all the data structures and their application in Java.

Language: Java - Size: 67.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

jhomswk/Hash_Table

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

Language: Python - Size: 10.5 MB - Last synced at: 4 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 2

rahul1947/SP07-Comparison-of-Hashing-Implementations

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.

Language: Java - Size: 34.9 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 3

MatthewC221/hash

Hash lib in C

Language: C - Size: 859 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

juansjimenez/subtree-occurrence-finder

🌳 A subtree occurrence finder implemented with an Open Addressing Hash Table in C.

Language: C - Size: 96.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CodeSopranos/hashing-algorithms

The project on comparison of different hashing approaches

Language: Jupyter Notebook - Size: 4.78 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

jtonyortiz/HashingAlgorithms

Hashing Algorithms in C++

Language: C++ - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

xiaonanln/py3dict

py3dict - implementing python3 dict in python2.7

Language: C - Size: 93.8 KB - Last synced at: 29 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0