Skip to content

Instantly share code, notes, and snippets.

@kylec32
Last active July 16, 2022 21:22
Show Gist options
  • Save kylec32/307042d7dc987e2dc4cd8648242ce3af to your computer and use it in GitHub Desktop.
Save kylec32/307042d7dc987e2dc4cd8648242ce3af to your computer and use it in GitHub Desktop.
Number of Items Method Throughput Ops/ms
25 Group By 1741.89
25 Double Loop 2337.535
1,000 Group By 54.75
1,000 Double Loop 77.319
50,000 Group By 1.085
50,000 Double Loop 0.963
250,000 Group By 0.167
250,000 Double Loop 0.14
1,000,000 Group By 0.041
1,000,000 Double Loop 0.035
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment