Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bloom Filter as Database #56

Closed
Fraccaman opened this issue Jan 30, 2019 · 1 comment
Closed

Bloom Filter as Database #56

Fraccaman opened this issue Jan 30, 2019 · 1 comment

Comments

@Fraccaman
Copy link

The "database" is pretty big and needs a lot of memory to be stores in a set.
I think a better option would be to use a serializable bloom filter. It would be easier to share on github and with (almost) the same trade-off of using a set.

@Isaacdelly
Copy link
Owner

That's a good idea. I looked into it and it looks like it can help with the memory problems people are getting. Thanks for letting me know.

Repository owner locked and limited conversation to collaborators Jan 30, 2019
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

2 participants