top | item 46475168

(no title)

HenriTEL | 1 month ago

Python is slow but in my experience (that mostly relates to web services and data processing) I found that I/O was by far the biggest bottleneck. Waiting for the database, another http service or local storage, which often takes more than 1ms anyway.

discuss

order

Scubabear68|1 month ago

Yep.

Except when it’s not I/O.