Hi,
The request handling flow would be similar to gevent since they follow the same principle (async event loop).
Performance wise, I never benchmarked one against the other, but to have a fair benchmark, it's important to avoid benchmarking flask vs fastapi for example (since other factors come into play).