feenkcom / gt4gemstone-old

The Glamorous Toolkit for remote work with Gemstone/S
MIT License
13 stars 5 forks source link

State presentation should be fast #21

Closed chisandrei closed 7 years ago

chisandrei commented 8 years ago

Currently the state presentation uses a tree view to display the state of an object. This tree view computes the children for all roots. This can be slow for large objects. The tree view should fetch the children of each element only on expansion.

chisandrei commented 7 years ago

The tree view in the state presentation is now based on FastTable and loads all children lazily.