[squeak-dev] Re: MorphicToolBuilder holds onto stuff...

Marcel Taeumel marcel.taeumel at student.hpi.uni-potsdam.de
Thu Mar 19 09:42:41 UTC 2015


I just did a quick benchmark:

| model |
model := ObjectExplorer new.
[(ToolBuilder open: model) delete] bench.

And could not measure any difference for both implementations. Seems that
opening and closing windows is much more resource intensive than creating
and initializing the GUI structures.

Even worse: My mental model for a tool builder actually was that it is
*empty* when working with it in #buildWith: code.

Best,
Marcel



--
View this message in context: http://forum.world.st/MorphicToolBuilder-holds-onto-stuff-tp4813024p4813109.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list