Skip to content
New issue

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

Rust performance? #13

Open
kidoman opened this issue Aug 23, 2013 · 0 comments
Open

Rust performance? #13

kidoman opened this issue Aug 23, 2013 · 0 comments

Comments

@kidoman
Copy link
Contributor

kidoman commented Aug 23, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant