Skip to content

Instantly share code, notes, and snippets.

@kyleterry
Created March 2, 2014 00:04
Show Gist options
  • Save kyleterry/9299642 to your computer and use it in GitHub Desktop.
Save kyleterry/9299642 to your computer and use it in GitHub Desktop.
-O2:
real 0m7.613s
user 0m4.020s
sys 0m0.570s
-O3:
real 0m7.617s
user 0m4.030s
sys 0m0.570s
-O3 -funroll-loops:
real 0m7.678s
user 0m4.100s
sys 0m0.560s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment