[Pharo-dev] Browsing Object is slow

2014-08-07 Thread Camille Teruel
Hi everyone, I noticed that browsing Object take several seconds (5s on my machine). Evaluate Nautilus openOnClass: Object. After profiling, I found it's because of ClassWidgetsetCachedHierarchyClass: that calls SortHierarchically classbuildHierarchyForClasses: with a big collection of

Re: [Pharo-dev] Browsing Object is slow

2014-08-07 Thread Benjamin
Without testing it more, I can’t tell you, but your code seems to make sense :) Ben On 07 Aug 2014, at 13:47, Camille Teruel camille.ter...@gmail.com wrote: Hi everyone, I noticed that browsing Object take several seconds (5s on my machine). Evaluate Nautilus openOnClass: Object. After

Re: [Pharo-dev] Browsing Object is slow

2014-08-07 Thread Esteban Lorenzano
On 07 Aug 2014, at 13:49, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Without testing it more, I can’t tell you, but your code seems to make sense :) +1 Ben On 07 Aug 2014, at 13:47, Camille Teruel camille.ter...@gmail.com wrote: Hi everyone, I noticed that browsing

Re: [Pharo-dev] Browsing Object is slow

2014-08-07 Thread Nicolai Hess
Yes, that are may changes. I think I was a bit confused about showHierarchy : show the real hierarchy of an class and showHierarchy : show the classes in a package sorted hierarchically. The first one is enabled by the hierarchy/flat-Button (show packages) The second one is enabled by a

Re: [Pharo-dev] Browsing Object is slow

2014-08-07 Thread Camille Teruel
On 7 août 2014, at 14:26, Nicolai Hess nicolaih...@web.de wrote: Yes, that are may changes. I think I was a bit confused about showHierarchy : show the real hierarchy of an class and showHierarchy : show the classes in a package sorted hierarchically. The first one is enabled by the

Re: [Pharo-dev] Browsing Object is slow

2014-08-07 Thread Nicolai Hess
2014-08-07 14:42 GMT+02:00 Camille Teruel camille.ter...@gmail.com: On 7 août 2014, at 14:26, Nicolai Hess nicolaih...@web.de wrote: Yes, that are may changes. I think I was a bit confused about showHierarchy : show the real hierarchy of an class and showHierarchy : show the classes in