Skip to content

Comment on Google Closure: How not to write JavaScriptparent

Comments

How many 50 million element arrays do you have?

My guess is that this makes no difference in real life. Should you write clean code that performs well? Yes. But should you be fixated on a tiny bug in Google's library? Nope. Send patch, get .0000000001 seconds per element back, and move on.

It's not about a single 50mil element array. It's about sub-optimal code running in a bunch of places and it adds up. But in any case this probably won't be the bottleneck.

Still I am a fan of running the most optimal code possible on the server. Absolutely no reason not to.

Client-side js is different. Often times algorithmic optimizations have no impact (unless we are talking about animation.)

I would not trust people who do not respect optimizations like these to run code on my server.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.