LilithHafner / InterLanguageSortingComparisons

6 stars 2 forks source link

Add Rust comparison #3

Closed andrewjradcliffe closed 1 year ago

andrewjradcliffe commented 1 year ago

As a result of https://github.com/JuliaLang/julia/issues/47715, I noticed this repository and thought: why not add a Rust comparison?

For this addition to work, one would need to have rustc and cargo installed.

LilithHafner commented 1 year ago

Rust is the first non-julia language that is consistently faster than Julia 1.8.3 for large sizes!

See the updated figure at: https://github.com/LilithHafner/InterLanguageSortingComparisons/tree/update-figure

andrewjradcliffe commented 1 year ago

Rust is the first non-julia language...

Once this PR is merged, I can add a threaded version of the above (very minor modification using rayon) -- for when you get around to adding multi-threaded sorting to Julia.