I'm doing some numerical calculations with formula nodes, and some larger with DLLs. Speed is important in this application. My experience is that DLLs are faster by a factor of 2-20, but not always. It seems to depend on the number of calls and the complexity of the calculations, but i have not found any consistent relation.
I wonder how formula nodes are compiled, or are they interpreted in some way? What makes them fast, and what makes them slow. Formula nodes are more practical than DLLs in most cases, but it would be nice to know in a more consistent way when to use DLLs and when to use formula nodes regarding the speed of execution.
Thanks