Garjy / ice-cache-explorer

Automatically exported from code.google.com/p/ice-cache-explorer
GNU General Public License v3.0
0 stars 0 forks source link

Improve data loading in browser #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Populating the browser tree during load time is slow. Lazy mechanism should be 
added to speed up things. Info would be loaded on demand when the user 
right-click on a tree cache item. 

Ideally this should be done with the help of a new caching mechanism 
implemented with pytables.

Original issue reported on code.google.com by mab...@gmail.com on 23 Jan 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Attributes loading in the browser is delayed until the point at which it is 
required by the user when opening tree item.

Original comment by mab...@gmail.com on 9 May 2011 at 2:41