On a similar reasoning, in 2008 or such, I observed that, while our Java app would be able to run more user requests per second than our Python version, it’d take months for the Java app to overtake the Python one in total requests served because it’d have to account for a 6 month head start.
Far too often we waste time optimising for problems we don’t have, and, most likely, will never have.
Far too often we waste time optimising for problems we don’t have, and, most likely, will never have.