Open
Description
Basics
-
There will substantial difference between pure Async and sync to Async perfromance, since Django cannot first provision 100 threads in one go, that's an OS resource and even if it does then OS context switching, will ensure that Pure Async calling will be substantial faster in the completion of 100 calls
-
https://dev.to/fuadrafid/fastapi-the-good-the-bad-and-the-ugly-20ob
-
Resources - https://github.com/mjhea0/awesome-fastapi
Templates