tiny-bloomfilter

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

Usage no npm install needed!

<script type="module">
  import tinyBloomfilter from 'https://cdn.skypack.dev/tiny-bloomfilter';
</script>

README

tiny-bloomfilter

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