-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Collect benchmark numbers for 0.1 #1496
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
Comments
Are these numbers available somewhere? |
Here is what I collected, 32-bit target, optimizations on: https://gist.github.com/1604055 oldrust is a version from may 2010. |
*May 2011 |
Oh ... interesting, thanks. Do we have an understanding yet what caused those regressions? See also my Java, GHC numbers for the N-Body benchmark: In general i find the comparison with GHC interesting, because to me that's one of Rust's advantages. |
I haven't investigated yet - maybe this weekend. I saw your benchmark numbers. Thanks for making them. |
Hopefully we can squeeze out some performance improvements before 0.1 |
shootout-binarytrees has terrible performance because of #1493. I updated that benchmark to avoid shared boxes. |
See also #1527 |
@Lenny222: I updated the benchmarks to account for the two issues above and took new numbers: https://gist.github.com/1614498 |
That's sort of promising, thanks. |
I would like to run again on my imac on latest rust, I have the rust code in src/test/bench can you please provide the corresponding C code, if you still have for gcc. |
@webconv The shootout source for other languages is here: https://alioth.debian.org/snapshots.php?group_id=30402 |
We need to know how our numbers now compare to those from last summer and those from gcc.
The text was updated successfully, but these errors were encountered: