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

Implement -BD compression mode (lz4 r96). #7

Open
t-mat opened this issue Jun 2, 2013 · 1 comment
Open

Implement -BD compression mode (lz4 r96). #7

t-mat opened this issue Jun 2, 2013 · 1 comment
Assignees

Comments

@t-mat
Copy link
Owner

t-mat commented Jun 2, 2013

No description provided.

@t-mat
Copy link
Owner Author

t-mat commented Mar 30, 2014

Commit 46925f7 and following commit on branch issue/7 will resolve this issue.

NOTE

  • There is no concurrent compression / decompression yet.
  • 46925f7 is just a copy of lz4/programs/lz4io.c

TODO

  • Implement concurrent block compression
  • Invesitigate concurrent block decompression.
    • Currently, I have no idea to achieve it 😰
    • lz4's issue #123 has possibility to resolve this issue.
      • Independent block can invoke new concurrent task.

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

No branches or pull requests

1 participant