logoalt Hacker News

jordiburgostoday at 7:23 AM0 repliesview on HN

> ... Part of this comes from auto-vectorization: the Rust compiler generates SIMD instructions automatically from a regular for loop, while most C implementations require hand-written SIMD...

I understand that their compiler in Rust is better. And any other language could compile it using the same SIMD instructions.