On Tue, Jul 2, 2013, at 13:42, Calvin Morrison wrote: > doesn't sponge soak up into memory, not into a file?
Sponge's "killer feature" is that it doesn't open the output file until after the input is finished. Using it in a pipeline removes this, because it's something else instead of sponge writing to the file.