Created
August 30, 2016 17:11
-
-
Save evilmucedin/d4777db1378f6257dc4e3b89cb3b78bc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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