Function list is much too slow
-
Hi everyone.
The function list plugin is much too slow and hinders working when switching between files if they are a bit bigger.
So it takes more than 10s if i switch between two big files (20000-30000 lines C-files and more than 150-200 functions, #if - #endif block and more) . And that on every change!!
-> switching to file 1: wait 10s.
-> Work 3 seconds
-> switching to file 2: wait 11s.
-> Work 20 seconds
-> switching to file 1: wait 10s.I have a high performance pc and the files are local on a high speed ssd.
I see, the only one CPU is used for function list and the other 23 cpu’s are waiting and bored.
Is it possible to speed up the function list plugin for c-files (or generally)?
Is it possible to use more than one cpu for the plugin?
Is it possible to keep it in memory so that you don’t have to analyze it over and over again?Thanks.
-
Without re-writing Notepad++, there is no way to change the speed or add caching.
And the “Please Read This Before Posting” links to the “Feature Requests and Bug Reports” FAQ, which explains that we in the forum have no power to make edits to the Notepad++ code.