Login Page - Create Account

Support Board


Date/Time: Wed, 17 Sep 2025 12:05:51 +0000



Post From: ACSIL: Optimization of calculations and drawings

[2019-09-26 16:49:02]
binaryduke - Posts: 382
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.