Comment on Python Performance: Why 'if not list' is 2x Faster Than Using len()

<- View Parent
pastermil@sh.itjust.works ⁨2⁩ ⁨weeks⁩ ago

People seem to be unaware that python has bindings for lower-level languages like C. In fact, people have been heavily using resource intensive libraries implemented in C (e.g. numpy, scipy, pandas, uwsgi).

Also, Python interpreter performance has come a long way.

source
Sort:hotnewtop