lz4mt
lz4mt copied to clipboard
Implement -BD compression mode (lz4 r96).
Commit 46925f712e36afe8c7958bbef8be049c34948718 and following commit on branch issue/7 will resolve this issue.
NOTE
- There is no concurrent compression / decompression yet.
- 46925f71 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 :cold_sweat:
-
lz4's issue #123 has possibility to resolve this issue.
- Independent block can invoke new concurrent task.