Any Javascript optimization benchmarks?
Posted
by int3
on Stack Overflow
See other posts from Stack Overflow
or by int3
Published on 2010-05-19T18:37:05Z
Indexed on
2010/05/19
18:40 UTC
Read the original article
Hit count: 168
I watched Nicholas Zakas' talk, Speed up your Javascript, with some interest. I liked how he benchmarked the various performance improvements created by various optimization techniques, e.g. reducing calls to deeply nested objects, changing loops to count down instead of up, etc.
I would like to run these benchmarks myself though, to see exactly how our current browsers are faring. I guess it wouldn't be too difficult to cook up some timed loops, but I'd like to know if there are any existing implementations out there.
© Stack Overflow or respective owner