[squeak-dev] Can I create a 75 Gb Image? (about those post-build stats)

Levente Uzonyi leves at caesar.elte.hu
Thu Oct 21 08:19:11 UTC 2021


Hi Tim,

On Wed, 20 Oct 2021, gettimothy via Squeak-dev wrote:

> First, thanks to all for the advice.
> 
> I parsed 1 Million elements, if you need more, let me know.
> It takes about 11 hours to parse 20 million elements (out of 300million+).

Sounds really slow.

> Levente: Regarding #timeProfile is my friend.
> 
> I am not sure how to read this, but it may be that "peek" is the hog here.

It looks as if FSReadStream does not implement read buffering, so 
just reading the file doing anything with the its content takes ages.


Levente


More information about the Squeak-dev mailing list