Tabs vs spaces: the ultimate argument

Posted on:

Did you know that using specific code style can affect your JavaScript performance? Gave a 1.5x performance boost in my case ;)

That beautiful moment when you change indentation from spaces to tabs and your function suddenly becomes short enough to get inlined by V8. — Ingvar Stepanyan (@RReverser) April 18, 2016


More posts: