Always looks better if rust toy programs compile.
Https://benchmarksgame.alioth.debian.org/u64q/rust.html
Looks an easy fix, - is there a github backing this?
Always looks better if rust toy programs compile.
Https://benchmarksgame.alioth.debian.org/u64q/rust.html
Looks an easy fix, - is there a github backing this?
Are you sure? It's compiling on the playground just fine. I think they just need to do a cargo clean
because their cached compiled assets are outdated.
The repo is https://github.com/teXitoi/benchmarksgame-rs
And no, it's not using cargo, because that won't work with the benchmarksgame entry layout. We use a special makefile instead that does evil things to have cargo produce the rlib and link with that later.
The problems now all seem to be Rayon
and the dependency lazy_static
.
https://benchmarksgame.alioth.debian.org/u64q/measurements.php?lang=rust