|
|
|
|
|
by tripflag
678 days ago
|
|
I've tested a particular python webserver in PyPy and saw roughly the same performance as CPython on average. My guess at the time was that PyPy has a bigger overhead for network sockets than CPython. You would likely see a gain from using PyPy if the webserver did heavier processing in pure python than what mine does. |
|
It’s a fun sport though. I love it.