The SIMD story in Rust or another lower level systems language is much better, and the memory control is more fine grained without forfeiting inlining. For a hot loop that's amenable to SIMD, Rust can deliver twice the performance of Go if you don't hand roll platform specific code.
CuriouslyC|4 months ago
d-yoda|4 months ago
maleldil|4 months ago
d-yoda|4 months ago