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

27 lines
580 B
Plaintext

15 years ago
* thread
* index tarballs
15 years ago
* just a list of files?
* sorted?
* ranges?
* reading tars
* libarchive?
* copyfile/multi-header aware
15 years ago
15 years ago
* sane, safe errors
* signal safe?
* return values, don't die
* don't leak
* malloc errors?
15 years ago
* command-line options
* autoconf
* optimized settings
* scale threads/memory to physical RAM
* scale threads to CPUs (gcd?)
15 years ago
* init/cleanup
* keep the same stream for multiple blocks?
* even use the same buffers?
* don't write block header until we're writing to file?
15 years ago
* support multiple streams?
* append to tarballs without decompressing?