ScratchData LogoScratchData
Back to Hardmath123's profile

Atomicity speed test

HAHardmath123•Created November 2, 2012
Atomicity speed test
1
2
174 views
View on Scratch

Description

Press A to run without screen refresh (atomically) Press S to run with screen refreshing (non atomically) Note the dramatic time difference, with atomicity being around 10% of the speed (10x slower). The script is the same: def myMoveSteps(n): if (n>1): move (1) steps myMoveSteps(n-1)

Project Details

Project ID10005507
CreatedNovember 2, 2012
Last ModifiedNovember 2, 2012
SharedNovember 2, 2012
Visibilityvisible
CommentsAllowed