Ecosyste.ms: Repos

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.02 MB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 224 - Forks: 10

rigtorp/HashMap

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

Language: C++ - Size: 38.1 KB - Last synced: 21 days ago - Pushed: 8 months ago - Stars: 191 - Forks: 32

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

Data structures and algorithms implementation in pure C#!

Language: C# - Size: 78.1 KB - Last synced: 28 days ago - Pushed: 28 days 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: 4 months ago - Pushed: over 1 year 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: 4 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

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: 5 months ago - Pushed: 5 months ago - Stars: 254 - Forks: 53

entrocraft/entro-map

Entro Map is an open-addressed, unordered hash map data structure.

Language: C - Size: 76.2 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 1 - Forks: 0

donheshanthaka/hash-table-in-c

Hash table implementation in c (Detailed comments on operation)

Language: C - Size: 48.8 KB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

m-bronnikov/FastHashTable 📦

Hash map with open-addressing

Language: C++ - Size: 22.5 KB - Last synced: 8 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

xiaonanln/py3dict

py3dict - implementing python3 dict in python2.7

Language: C - Size: 93.8 KB - Last synced: 10 months ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

ddoroshev/hashmap

C-based hashmap with char* as keys and integers as values, supporting operations like setting/getting values, deletion, and auto-resizing.

Language: C - Size: 49.8 KB - Last synced: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: about 3 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: about 1 year ago - Pushed: about 1 year 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: 6 months ago - Pushed: almost 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

praabindhp/Open_Address_Collision

C Program For Open Address Collision

Language: C - Size: 14.6 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 2 - Forks: 0

dobell733/hash_map

A hash map implemented in Python

Language: Python - Size: 6.84 KB - Last synced: 12 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

egorov-m/algLab-6

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

Language: C# - Size: 47.9 KB - Last synced: 11 months ago - Pushed: over 1 year 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: about 1 month ago - Pushed: over 1 year 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: about 1 year ago - Pushed: almost 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: about 1 year ago - Pushed: over 1 year 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: about 1 year ago - Pushed: over 6 years ago - Stars: 2 - Forks: 0

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: about 1 year ago - Pushed: over 5 years ago - Stars: 7 - Forks: 3

MatthewC221/hash

Hash lib in C

Language: C - Size: 859 KB - Last synced: about 1 year ago - Pushed: over 6 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: about 1 year ago - Pushed: over 3 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: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

jtonyortiz/HashingAlgorithms

Hashing Algorithms in C++

Language: C++ - Size: 3.91 KB - Last synced: 12 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0