Fast, reliable cuckoo hash table for Node.js.
-
Updated
Oct 18, 2021 - JavaScript
Fast, reliable cuckoo hash table for Node.js.
A service to manage your Cuckoo filters
Implementing a Cuckoo filter, based on the paper Cuckoo Filter: Practically Better Than Bloom
Cutting-edge research in a practical way
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.
Implementation of data structures (Lists, Stacks, Queues, Trees, Balanced Search Trees, Hashing, Graphs); Implementation of algorithms (Sorting and searching, Recursion, Graph algorithms).
Expandable Cuckoo hash map/set implementation in Go (Docs WIP)
Cuckoo Breeding Ground Hash Table
Hash libaray using cuckoo hashing algorithm to hash packets of the same flow into the hash table
Parallel Computing Project
This Program demonstrates Cuckoo Hashing Using Multiple blocks. Made by- Raghav Lohit. Roll No- 72
The project on comparison of different hashing approaches
This is my naive implementation of a "bucketized cuckoo hash table" (BCHT) utilizing a variable amount of interchangeable hash algorithms that I thought to include in the repository.
Este repositorio contiene el proyecto final del curso de Análisis y Diseño de Algoritmos.El objetivo del proyecto es desarrollar una estructura de datos eficiente para manejar la información de ciudadanos. Abarca varias funcionalidades, incluyendo la generación aleatoria de datos, almacenamiento en disco, y búsqueda eficiente de registros.
Hashing using Cuckoo Algorithm
In the project, I have implemented a multi-hashing table, Cuckoo hash table, and d-left hash table.
A simple problem list of assignments solved as part of the curriculum in Data Structures and Algorithms. We used different approaches to solve real time problems.
Add a description, image, and links to the cuckoo-hashing-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the cuckoo-hashing-algorithm topic, visit your repo's landing page and select "manage topics."