Hacker News new | ask | show | jobs
by nolist_policy 774 days ago
Yeah, I wonder where that performance increase actually comes from. This[1] lists their optimizations.

My guess is mainly the integer optimizations. And I guess making sure that functions are always called with the same argument types. The other optimizations is already done by the JITs.

[1] https://evanw.github.io/skew-lang.org/

1 comments