How much does Rust's bounds checking actually cost?
Rust prevents out-of-bounds memory accesses and buffer overruns via runtime bounds checks - what’s the cost of those bounds checks for a real-world, production application?
Source: How much does Rust's bounds checking actually cost?, an article by Griffin Smith.