You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixz/TODO

39 lines
883 B
Plaintext

12 years ago
See also: https://github.com/vasi/pixz/issues
15 years ago
CLEANUP
* massive cleanup
* error handling
* signal handling
* globals
* optimized settings
* memory limit
* cpu number
15 years ago
* block size, for max threads on small files
15 years ago
15 years ago
BUGS
14 years ago
* performance lags under IO?
15 years ago
* slow input -> CPUs idle while waiting for input
14 years ago
* safe extraction
12 years ago
* sanity checks, from spec:
- CRCs are already tested, i think?
- backward size should match file
- reserved flags must be zero
- header vs footer flags
- uncompressed size field vs actual uncompressed size
- index vs actual blocks
15 years ago
15 years ago
EFFICIENCY
* more efficient indexing: ranges? sorted? mtree?
15 years ago
* circular buffer > linked list?
15 years ago
DOCUMENTATION
* man pages
* command help
FEATURES
* support multiple streams
* tarball append without decompression
* other archive formats: cpio?
* lzma-like API
* recovery tool (already is, kinda)