Skip to content

Instantly share code, notes, and snippets.

@evilmucedin
Created August 30, 2016 17:11
Show Gist options
  • Save evilmucedin/d4777db1378f6257dc4e3b89cb3b78bc to your computer and use it in GitHub Desktop.
Save evilmucedin/d4777db1378f6257dc4e3b89cb3b78bc to your computer and use it in GitHub Desktop.
10:10 denplusplus@denplusplus-mbp:~/Temp/CSharp$ mcs -unsafe -debug- Spaces.cs; time mono -O=all ./Spaces.exe
Total length: 19999990
real 0m0.064s
user 0m0.038s
sys 0m0.023s
10:10 denplusplus@denplusplus-mbp:~/Temp/CSharp$ g++ -O3 Spaces.cpp -o Spaces --std=c++14 -march=native -g -DNDEBUG; time ./Spaces
19999990
real 0m0.012s
user 0m0.007s
sys 0m0.004s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment