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

Compress the resulting Bloom filters #24

Closed
jlanga opened this issue Oct 26, 2017 · 1 comment
Closed

Compress the resulting Bloom filters #24

jlanga opened this issue Oct 26, 2017 · 1 comment

Comments

@jlanga
Copy link
Owner

jlanga commented Oct 26, 2017

Bloom filters in this context are mostly zeros.

Using pigz -9 I was able to go from 30Gb to 70Mb in a BF with FPR of 0.01%.

I think also usign gzip instead of pigz will make it even smaller.

Also: try bgzip or xz

@jlanga
Copy link
Owner Author

jlanga commented Jan 31, 2018

#32

@jlanga jlanga closed this as completed Jan 31, 2018
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

1 participant