We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
#32
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: