Comment on Create objects 2x faster in PythonparentComments−ertugOP16yOf course it is creating them outside the timer, the point is pre-allocating objects!−jrockway16yWhy not just run your entire program outside the timer? Then it is infinitely fast!
Comments
Of course it is creating them outside the timer, the point is pre-allocating objects!
Why not just run your entire program outside the timer? Then it is infinitely fast!