(0000386)
|
andras
|
2011-02-05 16:55
|
|
Several performance improvements have been implemented for 4.2 beta 1:
1. Inifile analysis (that calculates which ini line applies to which module parameters in the network) is now performed in a background thread (on a temporary copy of the inifile data), so it doesn't block the UI any more.
2. Moreover, inifile analysis can be turned off via context menu
3. The Module Hierarchy View is now lazy, i.e. it only computes a level if you open a tree node
4. NED validation (which blocked the UI for a few seconds after some typing) is now performed in a background thread (on a temporary copy of the NED data), so it doesn't block the UI any more
5. Several local optimizations in the graphical NED editor, which make it possible to open (and edit) much larger NED files than before. E.g. now I can edit a network that contains 10,000 fixed-position modules (a 100x100 square grid). If the modules are floating, the editable network size is smaller because layouting takes a lot of time.
One 4.2 beta 1 comes out (mid-Feb 2011), can you please check whether it is OK performance-wise? |
|