Support Board
Date/Time: Mon, 27 Oct 2025 18:04:09 +0000
Post From: ACSIL: Optimization of calculations and drawings
| [2019-09-26 16:49:02] |
| binaryduke - Posts: 385 |
|
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.
|
