-
Notifications
You must be signed in to change notification settings - Fork 7
benchmark results repository #34
Comments
High-Powered Dual Xeon(R) CPU E5-2667 v4 @ 3.20GHz: |
Overclocked i7 4770K: |
As always thanks @ChrisRackauckas . I addressed the perf of the inverse trig functions and exp# functions, and hopefully a bit of the cbrt. |
https://gist.github.com/KristofferC/99d9eec3b4c6f7522cf8334306063316
commit: d2b90b6 |
Thanks @KristofferC I just merged #43 which I hope will bring most things to within 2.5 |
Nonetheless results don't look bad at all, I'm hoping JuliaLang/julia#18632 will also help perf, but my understanding is that simple immutables are already stack allocated, but perhaps not inlined into arrays ? |
Yes, immutables are already stack allocated for simple immutables. Maybe that helps Complex? Running a new one right now. |
New Xeon Benchmark: |
That pr should do nothing for performance here. |
Thanks for the clarification @KristofferC , that's what I figured. |
Feel free to post results of running the benchmarks suite, including
versioninfo()
and commit number for referenceThe text was updated successfully, but these errors were encountered: