Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 319 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 319 Bytes

BloomFilter

A BloomFilter for text documents

An implementation of a BloomFilter using 32-bit FNV hash function and a separate implementation using a randomized hash function.

Also included are files to use a bloom filter to search collections of documents and to test for the false positive rates of bloom filters.