A simple BloomFilter written in Java
-
Updated
May 17, 2024 - Java
A simple BloomFilter written in Java
A lightweight Chrome extension + Flask backend that blocks distracting websites using a Bloom Filter for O(k) domain lookups. Built as a DSA course project.
High-speed probabilistic firewall using a Bloom Filter to drop malicious IPs before they reach a containerized game server — a split host/container architecture built with NetfilterQueue for a DSA coursework project.
Fast Bloom filter using 128-bit MurmurHash3 with double hashing using Kirsch-Mitzenmacher technique. Optimal parameters auto-calculated. Works in Node.js and browsers.
Lightweight Bloom filter data structure derived from the built-in bytearray type.
Space-efficient probabilistic data structure for fast membership testing with low false positive rates.
Probabilistic data structures toolkit.
Add a description, image, and links to the probabilistic-data-structure topic page so that developers can more easily learn about it.
To associate your repository with the probabilistic-data-structure topic, visit your repo's landing page and select "manage topics."