v0.1.0
Initial release!
Supports the basics of a Bloom filter:
- Automatically choosing the optimum size and number of hashes for the filter
- Adding an item to the filter
- Checking for the existence of an item in the filter.
Initial release!
Supports the basics of a Bloom filter: