bloomfilter
bloomfilter copied to clipboard
Adding unsafeCreate to allow for deserialization of Bloom filters.
This is still WIP, but would you accept this contribution?
I need to be able to deserialize bloom filters from disk, and there is currently no way to do that.
An alternate route is to provide Binary
instances or have a dependency on cereal
.
Thoughts? Issue #3 is fairly important I think.