niklas-heer / speed-comparison

A repo which compares the speed of different programming languages.
https://niklas-heer.github.io/speed-comparison
MIT License
475 stars 76 forks source link

Rust stable: Changed fold to foreach #122

Open aetelani opened 10 months ago

aetelani commented 10 months ago

Foreach could be slightly faster compared to fold.

https://github.com/rust-lang/rust/issues/76725