We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: