Dec. 1, 2012
7:28 p.m.
On 01 Dec 2012, at 19:04, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
BTW, which stream class you use for the bench?
Well, the 'fast' variants do two things: - use the Fuel datastructures - use ZnBuffered[Read|Write]Streams The underlying stream is a MulitByteFileStream. The buffering makes a huge difference, in both directions. I plan to write a separate mail message about that ;-)