Language
Nim
Compiler
nim HEAD Version 0.19.9
Options
Raw compiler options
-d:release
-t:-march=native
--threads:on
$ nim c ./prog.nim -d:release -t:-march=native --threads:onUsing GC: Found 1000000 in 106.75 milliseconds.
Using non-sharing RC: Found 1000000 in 60.22 milliseconds.
Using sharing RC: Found 1000000 in 206.39 milliseconds.
Exit Code:
0