I need to speed up part of my code which processes data: format conversions, calculations and value/boundary checks. Memory is not critical, but cpu time. I did some metering with the profiler in the sim. Surprisingly i found string operations significantly running faster than number operations.
Has anyone here experience on how to speed up conversions/calculations? What is costly, what are best practices?