Hacker News new | ask | show | jobs
by Skunkleton 1988 days ago
> so there are lots of array bounds checks in Rust programs

Depends on how those programs were written. Iterators should avoid bounds checking for example.