2
0
mirror of https://github.com/vasi/pixz synced 2024-11-03 09:40:24 +00:00
pixz/TODO
Dave Vasilevsky 5199636764 docs
2010-01-13 01:04:56 -05:00

31 lines
615 B
Plaintext

CLEANUP
* massive cleanup
* error handling
* signal handling
* globals
* non-tar parallel compression
* multi-threaded decoding
* command-line options
* autoconf
* portability: byte-swapping
* optimized settings
* memory limit
* cpu number
BUGS
* fast input or slow output -> blocks pile up, huge memory usage
* slow input -> CPUs idle while waiting for input
EFFICIENCY
* more efficient indexing: ranges? sorted?
* command-line options
DOCUMENTATION
* man pages
* command help
FEATURES
* support multiple streams
* tarball append without decompression
* other archive formats: cpio?