by choiway on 6/17/20, 4:34 PM with 2 comments
by rvz on 6/17/20, 5:10 PM
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.