Skip to content

Comment on Python at Netflixparent

Comments

I'm thinking pure speed is not a big differentiator these days... as long as it isn't horrible.

Why? The apps are mostly IO bound, and any large site is going to be caching, deferring slow operations, and sharding/breaking into tiers, cdns, etc, etc. The amount of time a web framework actually runs is relatively small.

Others have already mentioned what to do when performance is a problem.

AboutSource Built by g1lg1l

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