Does the Rust compiler use their std sort algorithms, or does it already use specialized ones? If the former, it would be a great side-effect if the compiler itself receives additional speed ups because of this.
this post was submitted on 22 Jun 2024
1 points (100.0% liked)
Rust
7718 readers
35 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
Alas, on the whole the compiler slowed down as a result of this. I think it's a worthy tradeoff though.