LLVM is not a VM, but a (native) language compiler. Rust compiles to native code just as C and C++ do, and it uses LLVM as the compiler back-end. Rust will frequently be faster that C or C++ for implementing the same algorithm, and sometimes a bit slower.
M
Member 2099269
@Member 2099269
Posts
-
.NET 6.0 is Slower than .NET Framework In Some String Operations -
.NET 6.0 is Slower than .NET Framework In Some String OperationsI'd be interested to learn why "rust isn't competing here".