> On 25 Feb 2016, at 13:39, Tudor Girba <[email protected]> wrote:
>
> Hi,
>
> The support for polling is available since more than 1 year. The problem is
> that it is too slow to render the tree using MorphTreeMorph. We wanted to
> wait until Reflectivity would allow us to capture all objects events, but as
> that will not happen in Pharo 5, we now want to play with FastTable to see if
> it would be fast enough.
>
I am really reluctant to change code for every view… this needs to be tested
like crazy before being ready.
And
-> How to hook into array change?
-> what about methods already on the stack?
It is not simple… it would need a lot of care.
Marcus