Levgen-Parallel-Benchmarks
Levgen-Parallel-Benchmarks copied to clipboard
Rust performance?
I installed rust on my machine (gosh did that take a long time or what?!) and ran both the Go and the rust versions.
go run PGo.go -v=18 Time in ms: 356
rustc --opt-level=3 PR.rs ./PR 18 Time in ms: 406.766587
Mind you, I had to increase the NumCores to 8 to get this number in rust. With it set to 4 (as the checked in version), I am getting 650 ms+
I am creating a pull request to be able to print the time spend in the rust code