Awesome
read and talk about some clever performance optimisations in (purely safe!) Rust.
A clever utilization of intimate knowledge of how LLVM works that feels almost like magic.
I'm specifically blown away by how
.into_iter().map(...).collect()
all simply
disappear under certain conditions, and how surprisingly useful that could be