I tried an example from this benchmark (binarytrees), and I get different results.
I have an i5-8250U. The rust version takes ~2 seconds (`cargo build --release`). The nim version takes ~1.5 seconds (`nim c --mm:orc -d:danger`). The website states to use a Xeon Platinum 8171M 2.60GHz. The rust version takes ~2 seconds. The nim version takes ~3.7 seconds. Am I building the rust version wrong on my PC? Has somebody else tried these benchmarks?