Jonathan M Davis wrote: > It would certainly be nice to have a way to reasonably process with ranges > without having to load the whole thing into memory at once. Because of asynchronous I/O, being able to start processing and start writing the new file before the old one is finished reading should speed things up.