Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Speed
#5
(05-04-2025, 03:35 AM)SMcNeill Wrote: Some general rules of thumb:  

DO...LOOPS are faster than FOR...NEXT loops.

Working with ASCII values are faster than working with STRINGS.   (IF ASC(text$,1) = 65  is faster than IF MID$(text$,1,1) = "A", for example.)
...
Umm....  Lots of other things I'm sure, but that's what I can pop off, off the top of my head.  Big Grin

Wow, a lot of of these I hadn't seen - great info, thanks for sharing, Steve!
Reply


Messages In This Thread
Speed - by aadityap0901 - 05-04-2025, 03:03 AM
RE: Speed - by SMcNeill - 05-04-2025, 03:35 AM
RE: Speed - by Sprezzo - 05-04-2025, 07:34 AM
RE: Speed - by madscijr - 05-04-2025, 08:42 PM
RE: Speed - by mdijkens - 05-04-2025, 01:09 PM
RE: Speed - by SMcNeill - 05-04-2025, 09:24 PM
RE: Speed - by RhoSigma - 05-04-2025, 09:54 PM
RE: Speed - by TempodiBasic - 05-08-2025, 06:39 AM
RE: Speed - by TempodiBasic - 9 hours ago



Users browsing this thread: 2 Guest(s)