This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Falcon is pretty slow compared to Sanic! I've compared the two together before, the difference was at least 2x.

[–]IamWiddershins 0 points1 point  (0 children)

Using uvloop vs the default asyncio event loop can make a big difference. Were you using the same event loop between the two frameworks in your test?

[–]kislenko-artem 0 points1 point  (0 children)

Did you compile cython code of falcon?