Skip to content

Instantly share code, notes, and snippets.

@ra0x3
Created November 5, 2019 20:18
Show Gist options
  • Save ra0x3/1403ad56d8153f52b111c8c87b494ca6 to your computer and use it in GitHub Desktop.
Save ra0x3/1403ad56d8153f52b111c8c87b494ca6 to your computer and use it in GitHub Desktop.
Results of sequential vs concurrent compute tasks
Type Timeit Iters Tasks Factor Range Threads Seconds CPU Usage
sequential 1000 10 10e5 - 10e8 1 46 100%
concurrent 1000 10 10e5 - 10e8 2 57 50%
sequential 1000 20 10e10 - 10e12 1 816 100%
concurrent 1000 20 10e10 - 10e12 2 391 7%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment