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

Possible to serialize? #16

Open
devinus opened this issue Jul 30, 2015 · 1 comment
Open

Possible to serialize? #16

devinus opened this issue Jul 30, 2015 · 1 comment

Comments

@devinus
Copy link

devinus commented Jul 30, 2015

We're wondering if we can store the filter somehow for use later.

@TDA
Copy link

TDA commented Aug 3, 2015

@devinus

var array = [].slice.call(bloom.buckets),
      json = JSON.stringify(array);

should work for serialization. Take a look at https://github.com/mozilla/fxa-password-strength-checker for a stored filter.

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

No branches or pull requests

2 participants