abhi9u@lemmy.world to Technology@lemmy.worldEnglish · 4 days agoPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comexternal-linkmessage-square150fedilinkarrow-up1219arrow-down124
arrow-up1195arrow-down1external-linkPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comabhi9u@lemmy.world to Technology@lemmy.worldEnglish · 4 days agomessage-square150fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkEnglisharrow-up8·3 days agoI think there’s a good chance of that: -2x instead of ~2x - a human is unlikely to make that mistake no space here: ==0 - there’s a space every other time it’s done, including the screenshot the numbers are wrong - the screenshot has different data than the image why are there three bars? A naive approach would have two.
I think there’s a good chance of that:
-2x
instead of~2x
- a human is unlikely to make that mistake==0
- there’s a space every other time it’s done, including the screenshot