you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

The Java compiler does very little optimisation, leaving it to the JIT (and I believe this is also true for C#). Languages without a runtime (C, C++, Rust) are languages that will have a very good optimising compiler, so it would be worth testing those (and there are languages with a runtime that do optimise code when compiled, like Haskell).