Hacker News new | ask | show | jobs
by sauere 4073 days ago
Bottle handling 5x more requests than Flask. Impressive, but overall Python framework performance ist still... meh.
1 comments

Falcon is where the performance is at according to the benchmarks.
Or PyParallel, when they include Windows in the next round: https://speakerdeck.com/trent/pyparallel-pycon-2015-language...

Consistently orders of magnitude faster than everything else out there in the Python landscape.

Ok, that looks very interesting. Thanks for the heads up.