Jan. 15, 2010
8:44 p.m.
StandardFileStream >> #readInto:startingAt:count: is wrong, there's a newer version. StandardFileStream >> #skip: is missing. The changes for MultiByteFileStream are also missing. Without those, the files' state may become corrupt and the expected system-wide speedup will be less significant. Changes of classes other than StandardFileStream are unrelated to the read buffering in the slice.
There's also a new version of StandardFileStream >> #upTo: in the trunk, which still begs for a cleanup (I wonder who thought that recursion combined with #, will be fast).
:)