Author Topic: Speeding .Net DLL's for AutoCAD  (Read 4905 times)

0 Members and 1 Guest are viewing this topic.

cannorth

  • Guest
Re: Speeding .Net DLL's for AutoCAD
« Reply #15 on: February 24, 2011, 10:06:44 AM »

I think I know what's causing the issue.  It's the amount of code in a single function.  If I separate the code into more functions, reducing the code length of the original function, it seems to work faster.