> It sounds like the author makes a blanket claim to avoid asynchronous functions, even when using an inherently asynchronous web framework (FastAPI), which would negate any FastAPI asynchronous concurrency gains.
FastAPI is faster than the other popular framework, Flask (I posted data supporting that), even without using async.
I only suggested that one should use their discretion when using async.
FastAPI is faster than the other popular framework, Flask (I posted data supporting that), even without using async.
I only suggested that one should use their discretion when using async.
When did I suggest not to write async code?