Skip to content

Instantly share code, notes, and snippets.

@mayhem
Created June 25, 2019 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayhem/9cad2d793b2d7dfadef472c82be5221c to your computer and use it in GitHub Desktop.
Save mayhem/9cad2d793b2d7dfadef472c82be5221c to your computer and use it in GitHub Desktop.
Use direct sorting
------------------
load MSB recordings
sort MSB recordings (30931043 items)
Time: 206.17126965522766
real 9m21.058s
user 0m0.064s
sys 0m0.041s
Use indirect sorting
--------------------
load MSB recordings
sort MSB recordings (30931043 items)
Time: 219.85363340377808
real 7m26.060s
user 0m0.046s
sys 0m0.052s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment