Bad performance for "Show All"
2016-10-06, 20:54
(This post was last modified: 2016-10-06, 21:04 by Nils Schmidt.)

I just discovered a bad performance for the "Show All" feature.
The current implementation of "Show All" (
) can be very slow in some cases.
I fixed it (#467) and will provide the faster solution with the next release*
* If you are familar with the Big O notation: running time should be O(N), but it was sometimes near O(N²).
The current implementation of "Show All" (
![[Image: icon16_unhide.png?raw=true]](https://github.com/nilsschmidt1337/ldparteditor/blob/master/src/org/nschmidt/ldparteditor/resources/icon16_unhide.png?raw=true)
I fixed it (#467) and will provide the faster solution with the next release*
* If you are familar with the Big O notation: running time should be O(N), but it was sometimes near O(N²).