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)
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)