I was wondering if we can add support for initialising Bloom Filter from file-like object instead of a file name.
I am trying to package BloomFilter written by bllom filter into an archive and then decompress and read pass it directly to BloomFilter constructor without having an intermediate file to write to.
Hi,
I was wondering if we can add support for initialising Bloom Filter from file-like object instead of a file name.
I am trying to package BloomFilter written by bllom filter into an archive and then decompress and read pass it directly to BloomFilter constructor without having an intermediate file to write to.
Thanks