⬅︎ Back to Time to do concurrent CPU bound work
Using a dict -specialty passing it around- to do the timing bookkeeping can be costly. Possibly that has more effect on the graphs than expected. Returning the time (as int) and storing it in run function- even in the dict- can speed. And give more objective results.
Comment
Using a dict -specialty passing it around- to do the timing bookkeeping can be costly. Possibly that has more effect on the graphs than expected.
Returning the time (as int) and storing it in run function- even in the dict- can speed. And give more objective results.