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

set compression mode to LZ4 instead of LZ4HC. #1227

Closed
wants to merge 2 commits into from

Conversation

valentin-pinkau
Copy link
Member

Description:

  • LZ4 is ~8 times faster than LZ4HC at the cost of about 16% larger files for affinity predictions and 100% larger files for segmentations.
  • Segmentations can still be compressed quite well, the compressed affinities (LZ4) are 15x larger than the compressed segmentations (LZ4)

Todos:

Make sure to delete unnecessary points or to check all before merging:

  • Updated Changelog
  • Updated Documentation
  • Added / Updated Tests
  • Considered adding this to the Examples

@valentin-pinkau
Copy link
Member Author

We decided not to change the default.

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

Successfully merging this pull request may close these issues.

2 participants