Comment by AndrewDucker 4 days ago The article cites the research that JS wrapping of DOM calls slows things down by 50%. 1 comment AndrewDucker Reply discreteevent 4 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.
discreteevent 4 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.
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.