It's barely faster. I would say it's more accurate to say it's as fast as C, which is still a great achievement.
replies(3):
I think there's lots of value in wrapping a raw/unsafe implementation with a rust API, but that's not quite what most people think of when writing code "in rust".
The impression a naive reader might take is that idiomatic/safe/best-practices Rust has now closed the performance gap. But clearly that's not happening here.
For more information: https://news.ycombinator.com/item?id=43382176
Rust does not have a specific "Rust runtime heap."