Hacker News new | ask | show | jobs
by gpderetta 2670 days ago
To be extremely optimistic, performance per clock cycle has doubled. The average clock of server hardware hasn't increased significantly.

The number of cores have increased ridiculously, but that doesn't really help python much.

1 comments

It does when going old style multi-process.

Which is something that is starting to look interesting again, given the security issues of multi-threading.