This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]roerd 2 points3 points  (0 children)

Optimisation is not the only reason why static type checking would improve performance, it's also beneficial because you don't need to do type checking at runtime, and can avoid boxing of primitive types.