Updated Todo (markdown)

Yann Collet 2015-04-20 13:07:08 +02:00
parent 3e5cef6927
commit 648999dd97

@ -1,13 +1,16 @@
* Update lz4frame with newer lz4 function names `LZ4_compress_safe()`
* LZ4F_compressFrame() : content size is currently default, should it be disabled ?
* lz4frame should support block checksum
* Fullbench : should work "out of the box", using synthetic data (datagen)
- with configurable generated size
* Move default block mode to 64 KB linked blocks (r130 ?)
* lz4frame should support block checksum
* LZ4F_compressFrame() : content size is currently default, should it be disabled ?
* More efficient FCS content size format => 1 & 2 bytes
* lz4 -c0 => fast mode ?
- start by enabling decoder, then a few versions later, the encoder
* `LZ4_compress_fast()` mode ?
- integrate into lz4frame ?
+ requires LZ4_compress_fast_continue() ?
- integrate into cli
+ -0 ?
* lz4frame decompression context : parameter to limit max possible memory ?
* Add Carlo Medas intermediate compression mode