> I'm still suprised by how much faster the Rust code given that it's not taking advantage of concurrency.<p>Dynamically-typed language with a GC, executing scripts via an interpreter will always be slower against a compiled, statically-typed language with no GC.<p>Unfortunately, this comparison is sort of unfair and is frankly "optimization" by using another language.