Because according to this [https://github.com/frol/completely-unscientific-benchmarks/tree/master/nim](https://github.com/frol/completely-unscientific-benchmarks/tree/master/nim) compilation was done in `debug` mode.
It needs to be `nim compile -d:release --opt:speed --out:main-nim main.nim`.
