Fast Bloom filter using 128-bit MurmurHash3 with double hashing using Kirsch-Mitzenmacher technique. Optimal parameters auto-calculated. Works in Node.js and browsers.
nodejs typescript bloom-filter space-efficient set-membership probabilistic-data-structure hash-function murmur-hash
-
Updated
Dec 1, 2025 - TypeScript