-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which speed solution is better? #163
Comments
I'd probably lean towards a few commands shorter just because it's a noticeable difference in the game. Anyone else have an opinion on this? |
Sure, however continuously improving solution by a few ms can eventually shave off a whole second (that's basically what happened with defrag disordered solution). Also it's literally a SPEED solution, so even a small speed improvement matters in my opinion. |
The main problem I see with this is, how can you easily, and preferably automatically, tell the exact time in ms? |
there are a few commands that take 0.016s (for this game it's an indivisible time unit). the more of these you can insert at the start of the solution before the timer starts showing that it became slower - the faster your solution is. |
Ah, that's actually a clever way of measuring this. |
yes, if myitem == myitem and telling to memory slot when it's empty also works. |
the one that is a few ms faster (but the timer shows the same amount of seconds), but a few commands longer or the one that is a few ms slower, but a few commands shorter?
The text was updated successfully, but these errors were encountered: