FIXED: [13.60b1] Performance issue

Post bug reports when testing beta versions here.
Post Reply
User avatar
vha
Posts: 1074
Joined: 27 Jun 2007 21:34
Location: Belgium

FIXED: [13.60b1] Performance issue

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: [13.60b1] Performance issue

Post 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?
User avatar
vha
Posts: 1074
Joined: 27 Jun 2007 21:34
Location: Belgium

Re: ??? [13.60b1] Performance issue

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: ??? [13.60b1] Performance issue

Post 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.
Post Reply