abhi9u@lemmy.world to Technology@lemmy.worldEnglish · 13 days agoPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comexternal-linkmessage-square136linkfedilinkarrow-up1216arrow-down124cross-posted to: python@programming.devlobsters@lemmy.bestiver.se
arrow-up1192arrow-down1external-linkPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comabhi9u@lemmy.world to Technology@lemmy.worldEnglish · 13 days agomessage-square136linkfedilinkcross-posted to: python@programming.devlobsters@lemmy.bestiver.se
minus-squareKacarottlinkfedilinkEnglisharrow-up2·12 days agoNo, len is a constant time operation, at least in most cases I believe.
No,
len
is a constant time operation, at least in most cases I believe.