Notifications
Clear all
[Closed] C++ versus MS speed
May 12, 2013 7:51 am
How much faster is it to carry out mathematical operations in C code than in maxscript, say on a spline controller?
3 Replies
May 12, 2013 7:51 am
math functions per se are not much faster in c/c++ than in mxs. but loops, data access… these things are much faster. sometimes i use c# for long and heavy math calculations with big arrays of data. it helps
May 12, 2013 7:51 am
Thanks guys. I’m getting from your replies that it isn’t much faster in the case of a simple spline controller expression that’s just changing say morph percentage.