this is such a good debugging story ("Rust std fs slower than Python!? No, it's hardware!”) https://xuanwo.io/2023/04-rust-std-fs-slower-than-python/
Rust std fs slower than Python!? No, it's hardware!

An infrastructure engineer, focused on distributed storage system

@b0rk It's a I/O-bound benchmark! Oh wait, in fact, it's a memcpy() benchmark. Oh wait, in fact it's a REP MOVSB microbenchmark. Oh wait, it's a CPU FSRM (Fast Short REP MOV) microcode micromicrobenchmark! Great write-up.