Hacker News new | ask | show | jobs
by fsfod 972 days ago
It looks like there comparing apples to oranges for many of the benchmarks by using structs for daScript vs tables for Lua.
1 comments

That would be OK for me because daScript apparently supports static typing and Lua doesn't; it's ok to compare statically and dynamically typed languages, but I was surprised if that would really cause the factor 3.5 performance difference.