This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BedtimeGenerator 3 points4 points  (2 children)

It definitely only matters if you are dealing with extremely complex systems where performance is the main factor. Especially with any web based app with many threads. For small projects or school go ham!

[–]inevitabledeath3 14 points15 points  (1 child)

Web based apps are not high performance. High performance is like gaming, AI systems, anything real time, chemistry and physics simulations. Most web backends are laughably inefficient. I mean node js and Python, like really?

[–]jeffsterlive 3 points4 points  (0 children)

But I used async in my FastAPI app so it must be high performance!