Performance: Hidden Objects (0.8.35)
2017-07-22, 18:12 (This post was last modified: 2017-07-23, 16:20 by Nils Schmidt.)
2017-07-22, 18:12 (This post was last modified: 2017-07-23, 16:20 by Nils Schmidt.)
The next release will fix a performance bottleneck which is related to Hide/Show.
Currently, LDPE becomes sluggish if you insert the following lines in the text editor and hide them.
I don't want to explain the technical reasons which are causing this behaviour.
Basically, only files which are using many common subfile instances (e.g. stud groups) are affected (only if they are hidden).
Currently, LDPE becomes sluggish if you insert the following lines in the text editor and hide them.
Code:
1 16 0 0 0 1 0 0 0 1 0 0 0 1 stug-16x16.dat
1 16 320 0 0 1 0 0 0 1 0 0 0 1 stug-16x16.dat
1 16 0 0 320 1 0 0 0 1 0 0 0 1 stug-16x16.dat
1 16 320 0 320 1 0 0 0 1 0 0 0 1 stug-16x16.dat
Basically, only files which are using many common subfile instances (e.g. stud groups) are affected (only if they are hidden).