|
|
|
|
|
by flukus
3334 days ago
|
|
> more performant than....what exactly? If I need to load 1000 rows from a database and splash them on a webpage, will my response time go from the 300ms it takes without asyncio to something "more performant", like 50ms? Potentially, it depends on if you can do other tasks for the same request that don't depend on the data. You might be able to render most of the page for instance. It's not purely about throughput. Please tell me that 300ms was made up too and that it's not really taking that long. |
|