Closed Berserker66 closed 7 years ago
In my test setup the _callApi function was taking over 90% of the render thread time. This small change reduced that to 70-75% and improved performance a lot by giving more time to other tasks.
Nice! Great addition. Can you remove the code ininit because I use proper commit by restarting the generator. Thanks!
I merged the cleaner pull request so I can close this one.
In my test setup the _callApi function was taking over 90% of the render thread time. This small change reduced that to 70-75% and improved performance a lot by giving more time to other tasks.