Ask HN: Are there any benchmarks of performance of ports from C++ to Rust?

2 points by tombert ↗ HN
I have heard the Rust is trying to go after the systems programming crowd, which is cool since it seems safer to me.

I was mostly curious if someone has experience porting over a big-ish piece of code from C++ to Rust, and what the performance characteristics of this were. Does Rust perform better due to the easier multithreading?

2 comments

[ 3.3 ms ] story [ 18.4 ms ] thread
Firefox Quantum might be an example here, though it's not a port per se.
What I found most interesting about this write-up is that most of the speed-up in the CSS parsing came from parallelism and that parallelism was attempted many times on the C++ without success.