Edit: grammar
When reading benchmarks like this, keep in mind that C/C++/Rust often use the ‘native’ cpu target, which produces the most optimized binary, but only ensures compatibility with the CPU used to build the binary. In production, you’d use the x86_64 or arm64 target, like Kotlin does.