Hi Cyril, more feedback about FTTree and #exampleTree1: - Moving the reject: before the sort: in ProtoObject allSubclasses cuts 40% of the time to run the example (-400ms) - Replacing all the asString by name divides that time by 9 (-900ms) Overall runtime went from > 1000ms to a bit above 100ms Class>>#asString is really, really slow :( Thierry Le 18/11/2015 10:53, Ferlicot D. Cyril a écrit :
Hi everyone!
I just wanted to say that I added a first version of Tree in FastTable and I corrected some bugs.
If someone want to try it and give some feedback you can see some examples on the latest Pharo 5 in FTExamples class.
With Usman we also worked on the glamour version of FastTable begun by Esteban. You can see some examples of FastList, FastTable, FastOutlineList and FastTree in the GLMExamplesBrowser after executing this:
(ConfigurationOfFastTable project version: #stable) load: #glamour
Every feedback is welcome :)