Using eval for blazing JavaScript performance
Tags:
#Node.js
#Programming
Great video. Blows my mind that string concatenation + eval is faster than object/hash creation + repeated modification.
Now I see why. I’ve run an experiment here.