Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Is this abandonware? #25

Open
daemontools opened this issue Jun 27, 2016 · 6 comments
Open

Is this abandonware? #25

daemontools opened this issue Jun 27, 2016 · 6 comments

Comments

@daemontools
Copy link

Is this project abandonware? Based on #9 it would seem so...

@nirizr
Copy link

nirizr commented Jun 30, 2016

Looks like this fork is trying to reanimate this module

@joseph-fox
Copy link

@daemontools get the latest one from https://pypi.python.org/pypi/pybloom_live/ .

@indera
Copy link

indera commented Sep 22, 2016

@ joseph-fox can you save the filter bits and reload them from a file?

@joseph-fox
Copy link

joseph-fox commented Sep 22, 2016

@indera It seems to me pickle is what you are looking for if the data security is not your primary concern.

@indera
Copy link

indera commented Sep 23, 2016

@joseph-fox I was looking for bt.tofile() and BloomFilter.fromfile()

with open('bloom.bits', 'wb') as fw:
bf.tofile(fw)

with open('bloom.bits', 'rb') as fr:
bf2 = BloomFilter.fromfile(fr)

@joseph-fox
Copy link

@indera Yes, these are totally working but please use ScalableBloomFilter.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants