Page 1 of 1

FIXED: [13.60b1] Performance issue

Posted: 03 Jan 2019 12:53
by vha
I have a .cpp file with about 1100 lines of code

Deleting lines using CTRL-SHIFT-L is pretty slow (around 3 lines/sec)

vha

Re: [13.60b1] Performance issue

Posted: 03 Jan 2019 15:15
by Rickard Johansson
I'm not able to reproduce this. I've tried with different cpp files. Some much larger than yours. Maybe an issue with some setting?

Re: ??? [13.60b1] Performance issue

Posted: 03 Jan 2019 16:08
by vha
Rickard,

Although the performance is not as bad as I first stated (performance is in fact about 10 lines / sec instead), I found the reason of it:
- without document map visible, I delete around 25 lines / sec
- with the document map visible, I delete around 10 lines/ sec

vha

Re: ??? [13.60b1] Performance issue

Posted: 03 Jan 2019 18:21
by Rickard Johansson
Fixed in next release. All functions adding or deleting lines should now be as fast as when the document map is hidden.