FastAPI Internals - How does it work? - Marcelo Trylesinski

Поділитися
Вставка

КОМЕНТАРІ • 3

  • @mskdgod
    @mskdgod 4 місяці тому +2

    Great lecture, Love this man's work

  • @tyrisnolam
    @tyrisnolam 2 місяці тому

    Very informative and entertaining! I wish all conf talks were like his. Thank you, Marcelo!
    @13:44 if I understand the question correctly (would be nice to repeat in the microphone) what he is asking is not uncommon in some frameworks: you need to put the more specific endpoints first and the more generic ones last because the framework would return the first that matches the request.

  • @tyrisnolam
    @tyrisnolam 2 місяці тому +1

    It's difficult to hear, it sounds like he says to use `sync` for both cases, but I think @20:15 he actually says if it's IO blocking then use async.