2
0
mirror of https://github.com/vasi/pixz synced 2024-10-30 15:21:41 +00:00
pixz/TODO
Dave Vasilevsky 74b6ab2078 multi-block?
2009-12-27 22:16:41 -05:00

21 lines
432 B
Plaintext

* subblock filter!?!
* multi-block
* thread
* index tarballs
* sane, safe errors
* signal safe?
* return values, don't die
* don't leak
* malloc errors?
* command-line options
* autoconf
* optimized settings
* scale threads/memory to physical RAM
* scale threads to CPUs (gcd?)
* 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?