You can often hear online that indexing into a slice, such as my_slice[i] is slow in Rust and you should do something else instead for performance. The details, however, are murky. There’s little in the way of benchmarks, and hardly any documentation on removing this overhead without resorting to unsafe…