Loops
I need to scroll through 5526 entries as fast as possible over and over.
I know a loop is needed for this and have looked over the loop thread and the fastest I have gotten from entry 1 to 5526 is 8 seconds.
I did this by code stacking.
I didnt really understand the other loops.
I need the 8 seconds to be around 2 or as low as possible.
any ideas? will a different loop work faster?
I also need good performance. The code stacking works fine just not fast enough.
I know a loop is needed for this and have looked over the loop thread and the fastest I have gotten from entry 1 to 5526 is 8 seconds.
I did this by code stacking.
I didnt really understand the other loops.
I need the 8 seconds to be around 2 or as low as possible.
any ideas? will a different loop work faster?
I also need good performance. The code stacking works fine just not fast enough.
Comments
If you take just the base hyperloop and change it from 300 iterations to 5500 it takes like 10-12 seconds.
Its not so hyper after all