More File Performance Q.?

goran.hultgren at bluefish.se goran.hultgren at bluefish.se
Thu May 16 16:20:28 UTC 2002


Ned Konz <ned at bike-nomad.com> wrote:
[SNIP]
>   file2 nextPutAll: line; nextPut: cr] .

I looked at StandardFileStream>>nextPutAll: and it seems to write at
every call, ie, it is not buffered at all, right?

So, I don't remember what the assignment was, but what happens if you
add a write buffer into the game? The MessageTally looks like it could
make use of such a buffer.

regards, Göran



More information about the Squeak-dev mailing list