ID:272089
Mar 26 2008, 4:09 am
|
|
I was wondering if calling external procs from .dll files has have any noticeable effect on performance?
|
In response to Hiead
|
|
That's great, then. Thanks!
|
If there is little-to-no latency in calling an exported DLL function via call(), you can expect DLL functions to execute significantly faster than a DM-written counterpart. Nadrew, for example, said that his str_replace() function written in C++ was significantly faster than the dd_replaceText() (or whatever it was; I don't know the library or the function name exactly).
Hiead