Hacker News new | ask | show | jobs
by dkarapetyan 4287 days ago
Deeply nested closures are harder to inline and optimize. If you want fast code then the easiest way to accomplish that is with explicitly spelling out everything in the prototype instead of generating closures.