bloombroom
bloombroom copied to clipboard
Serialization support
Added serialization support by adding BloomFilter.from_bytes
method as well as BitField#to_bytes
.
So we can dump a bloomfilter data/options to any format we want using serialized data generated by Bitfield#to_bytes
and deserialize it later.