mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-07 09:00:06 +01:00
* Add Dictionary Size computation and setting capability. * Remove 7/9 scaling for lzma levels. Default still 5. * LZMA levels now 1-9. * Improve info displays. * Assembler will now select either nasm or yasm. * ETA will be displayed after each chunk is processed. * Decompression status updated every 5 seconds or so. * Documentation updates. * Code cleanups (whitespace removal, comment alignment).
28 lines
833 B
Plaintext
28 lines
833 B
Plaintext
MAYBE TODO for lrzip program
|
|
|
|
Update LZMA SDK to 19.00+ (in progress). Includes some improvements
|
|
especially in regards to memory and decompression speed. Includes
|
|
a multi threaded decompressor and increased compression speed and ratios.
|
|
|
|
Upgrade to newer version of zpaq supporting 3 compression levels without
|
|
relying on open_memstream so it works without temporary files on apple.
|
|
|
|
Get MD5 working on apple.
|
|
|
|
Make sure STDIO works properly on large files on apple.
|
|
|
|
Make a liblrzip library.
|
|
|
|
Other posix/windows builds?? Need help there...
|
|
|
|
Add log file option so that output could be
|
|
saved for review.
|
|
|
|
Add test function that would only run lzo_compresses
|
|
for a current file without doing any writes.
|
|
|
|
Consider ncurses version or even GUI one.
|
|
|
|
Consider using LZMA Filters for processor-optimised
|
|
coding to increase compression.
|