Hacker News new | ask | show | jobs
by nDmitry 2192 days ago
Just finished writing a more fare benchmark a few days ago. It's utilizing all cores, have DB pools of the same capacity for all tested languages, uses asyncpg in the async Python version, etc.

https://github.com/nDmitry/web-benchmarks

Long story short - asyncio is twice as fast... (results are at the bottom of the readme).