An open API service indexing awesome lists of open source software.

https://github.com/i404788/tiny-bloomfilter

Tiny implementation of bloomfilters using tc39, XXH64, enhanced double hashing, and parallel popcnt.
https://github.com/i404788/tiny-bloomfilter

bigint bloomfilter esnext tiny-library typescript

Last synced: 12 days ago
JSON representation

Tiny implementation of bloomfilters using tc39, XXH64, enhanced double hashing, and parallel popcnt.

Awesome Lists containing this project

README

          

# tiny-bloomfilter
A tiny implementation of a bloomfilter using tc39, XXH64, enhanced double hashing, and parallel popcnt.