logoalt Hacker News

Uptrendayesterday at 12:35 PM1 replyview on HN

Another suggestion to add for you all (IDK how helpful.) When I see PyPy I see that its speed is faster for CPU-bound work but I'm thinking there is also I/O bound work that would see significant increases in the load they can handle. You could host a page that benchmarks common tasks like HTTP req/s (different types) with asyncio vs CPython. Could even have an automated tool that allows projects to benchmark performance from a web-page using PyPi without having to install or measure anything.


Replies

mattipyesterday at 1:01 PM

Benchmarks are tricky. Do you have a specific use case you want sped up?

show 1 reply