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