Hacker News new | ask | show | jobs
by postpawl 2358 days ago
For sure, but often that’s a sign that you’re doing it wrong. Maybe those aggregations should be done in the database, maybe it should be cached, maybe you should do that in bulk with one request, maybe it should run in the background anyway, etc.
2 comments

or maybe you should consider using C++, C#, Java, et al instead?
i.e. "maybe do it anywhere else than in Python"