[squeak-dev] FileStreams Limit

tim Rowledge tim at rowledge.org
Thu Feb 17 18:17:33 UTC 2022



> On 2022-02-17, at 8:25 AM, Jörg Belger <unique75 at web.de> wrote:
> 
> MultiByteFileStream >> open:forWrite: needs  96.8%

Also consider explicitly using StandardFileStream instead; it probably won't affect the open/close speed but it can make a colossal difference to reading speed so long as your file contents are bytes and not UTF-8 etc.


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
"Bother" said Pooh, as he flunked the the sobriety test.




More information about the Squeak-dev mailing list