Support Board
Date/Time: Fri, 27 Mar 2026 19:46:37 +0000
Post From: ACSIL: Optimization of calculations and drawings
| [2019-09-26 16:49:02] |
| binaryduke - Posts: 387 |
|
Similar approach (assuming you don't have a gazillion outputs). Think about caching your calculation results into persistent variables or allocated dynamic memory; think about holding sc.ArraySize in a persistent variable and only calculating when there is a change to this; think about using manual rather than automatic looping.
|
