Yeah, been there. Adding *anything* to a program with >100,000 signals
is painful. Makes me wonder about the data structures that SIMPL uses
internally -- way too many operations are O(n) or worse.
Instead of copy/paste, if you can, drop in a new module, Ctrl-Shift-B
to autoname, and F9. Should halve the time.
In contrast, dropping in a new module, right-click-drag and copy all
signals/parameters will take about twice as long.
It's a lot like how (even in a huge program) a typed signal can be
instantly highlighted green, but it takes forever to bring up the
signal list.
On Mon, 6 May 2013 15:18:10 -0600, Heath Volmer <hvolmer@...>
wrote:
Is there any way to speed up the copy/paste of very large S+ symbols (3000+ signals)? It
takes 20 seconds or so... F9 rename is lightning fast.
Heath