Skip to content

Comment on Handling 100 Requests per Second with Python and Djangoparent

Comments

It would be nice if python could get the same amount of effort put in to performance as JavaScript did.

But in this case the interpreter speed is largely irrelevant. This is a complex project and more than half the response time is spent waiting for the database (which is C++, not that it matters either)

AboutSource Built by g1lg1l

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