Bloom filter utility
Configure, train, and export a Bloom filter. Every control explains itself—no external docs required.
Target an error rate, set an expected item count, and override m (bits) or k (hashes) if you want finer control.
Create a filter, load one from disk, or download your progress as JSON.
Paste newline-separated strings. Empty lines are ignored, duplicates in the same batch are skipped.
Shows how to reconstruct and query the current filter in client-side code.
// Create or load a Bloom filter to see a tailored example.
Structured activity feed. Mirrors console output.