lz4mt icon indicating copy to clipboard operation
lz4mt copied to clipboard

Implement -BD compression mode (lz4 r96).

Open t-mat opened this issue 11 years ago • 1 comments

t-mat avatar Jun 02 '13 06:06 t-mat

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.

t-mat avatar Mar 30 '14 08:03 t-mat