Y
Hacker News
new
|
ask
|
show
|
jobs
by
AndrewDucker
9 days ago
The article cites the research that JS wrapping of DOM calls slows things down by 50%.
1 comments
discreteevent
9 days ago
Just to be clear: It slows down the overhead of a function call by 50%. It doesn't slow down the function implementation which takes a very large percentage of the time.
link