All Projects → begeekmyfriend → Cuckoofilter

begeekmyfriend / Cuckoofilter

Licence: mit
Substitute for bloom filter.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Cuckoofilter

Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-81.11%)
Mutual labels:  algorithm, hashing
Rhashmap
Robin Hood hash map library
Stars: ✭ 33 (-87.78%)
Mutual labels:  algorithm, hashing
Minperf
A Minimal Perfect Hash Function Library
Stars: ✭ 107 (-60.37%)
Mutual labels:  algorithm, hashing
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (-83.7%)
Mutual labels:  algorithm, hashing
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (-11.85%)
Mutual labels:  algorithm, hashing
smhasher
No description or website provided.
Stars: ✭ 65 (-75.93%)
Mutual labels:  hashing
easy-scrypt
This is a nice and simple wrapper in Go over the scrypt password based key derivation algorithm.
Stars: ✭ 21 (-92.22%)
Mutual labels:  hashing
7uring
An advanced cryptography tool for hashing, encrypting, encoding, steganography and more.
Stars: ✭ 15 (-94.44%)
Mutual labels:  hashing
agent
hashtopolis.org
Stars: ✭ 19 (-92.96%)
Mutual labels:  hashing
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+1092.96%)
Mutual labels:  algorithm
Differencekit
💻 A fast and flexible O(n) difference algorithm framework for Swift collection.
Stars: ✭ 2,986 (+1005.93%)
Mutual labels:  algorithm
agent-python
Official python agent for using the distributed hashcracker Hashtopolis
Stars: ✭ 39 (-85.56%)
Mutual labels:  hashing
laravel-hashid
HashId Implementation on Laravel Eloquent ORM
Stars: ✭ 23 (-91.48%)
Mutual labels:  hashing
HashCompare
Compare various different Hashing Algorithms
Stars: ✭ 18 (-93.33%)
Mutual labels:  hashing
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (-71.48%)
Mutual labels:  hashing
Sand Spline
generative algorithm
Stars: ✭ 261 (-3.33%)
Mutual labels:  algorithm
bromberg sl2
Cayley hashing as in "Navigating in the Cayley Graph of SL₂(𝔽ₚ)"
Stars: ✭ 32 (-88.15%)
Mutual labels:  hashing
DAR
DAR - Disk ARchive
Stars: ✭ 58 (-78.52%)
Mutual labels:  hashing
Ahash
aHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
Stars: ✭ 251 (-7.04%)
Mutual labels:  hashing
xxhashdir
⚡Fast filysystem fingerprinting using xxHash
Stars: ✭ 47 (-82.59%)
Mutual labels:  hashing

Cuckoo Filter

A key-value filter using cuckoo hashing, substituting for bloom filter.

Usage

cd cuckoo_filter
make
./cockoo_db input_file output_file

Define CUCKOO_DBG in cuckoo_filter.h to open debug logging.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].