Skip to content

Instantly share code, notes, and snippets.

@edwardtoday
Created May 2, 2014 14:30
Show Gist options
  • Save edwardtoday/8cf4433bda639b8713e4 to your computer and use it in GitHub Desktop.
Save edwardtoday/8cf4433bda639b8713e4 to your computer and use it in GitHub Desktop.
Branch prediction GCC 4.8.2 with `-O2`:
Sorted:
2.43
sum = 314931600000
Unsorted:
14.39
sum = 314635000000
Sorted swapped:
0
sum = 314226200000
Unsorted swapped:
0
sum = 315452200000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment