Faster JavaScript

from blog Oliver Caldwell's blog, | ↗ original
I have been working on my EventEmitter class for about a year so far. I have rewritten it roughly every three months to put all of the techniques I have learned into practice. Now I have finished version 4 and it is the fastest yet by a long way. This jsPerf test between version 3 and 4 proves my point nicely. In this post I will point out the...