Hacker News new | ask | show | jobs
by leandono 4722 days ago
Yep. But with jQuery, the browser parse 91kb of JS, this is the difference...
1 comments

Sort of, many modern JS engines use lazy parsing, so don't actually parse the contents of a function until it's needed.