Support Board
Date/Time: Sun, 02 Feb 2025 20:01:55 +0000
Post From: ACSIL: Optimization of calculations and drawings
[2019-09-26 16:49:02] |
binaryduke - Posts: 377 |
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.
|