You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: