July 2, 2015
12:56 p.m.
On 02 Jul 2015, at 14:43, Marcus Denker <marcus.denker@inria.fr> wrote:
On 02 Jul 2015, at 14:32, phil@highoctane.be wrote:
Yes, very interesting work.
We need to get the "slow feel" of the environment go away, thanks for working on that, Esteban.
Is this something that would also address the slowness when we click on "Object" in Nautilus?
Yes. If you enable it in Pharo5, Itâs very fast.
Just do:
Nautilus useExperimentalFastTable: true.
Object browse.
yep :) it reduces (in my machine) load times from ~4s to ~200ms :) but⦠is still not complete and there are some bugs around, so we need to work on it before make it default :( Esteban
Marcus