halbgut / cuckoo-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuckoo Filter

A ("pure") JavaScript (actually TypeScript) implementation of Cuckoo Filters.

I don't know of any legitimate use-cases for this. If you want to run Cuckoo Filters using node.js use (or write) a wrapper for cfilter (written in Go) instead, since it's much faster. So this project is mainly educational.

About