Large array slows down Squeak

Stefan Matthias Aust sma at baltic-online.de
Tue May 30 13:51:48 UTC 2000


Hi,

I just noticed that an

  Array new: 10000000  "ten millions"

noticablely slows down Squeak (open it in an inspector or assign
it to a global (or workspace) variable).  Actually, it's now nearly
impossible to work with Squeak.  If I do a

  ByteArray new: 40000000

which should take the same amount of memory, no such effect occurs
so I guess it's a garbage collector issue.  Right?  Is there a 
workaround?

bye 
-- 
Stefan Matthias Aust             Projektleiter/Softwareentwicklung
Baltic Online Computer GmbH,    Alter Markt 1-2,        24103 Kiel
Fon: +49 (0) 431-54003-0 Fax: -99      http://www.baltic-online.de





More information about the Squeak-dev mailing list