This project benchmarks three different scripts, each doing seemingly the exact same thing: Forever incrementing a variable by one. It's interesting how the speeds differ because of parallelism and of how Scratch handles display updates within loops. You can get some hints out of this how to boost up your scripts... Credit goes to johnm for pointing this out to me, when we discussed performance issues relating my lists implementation.