Jason Novinger@programming.devM to Python@programming.dev · 14 days agoPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comexternal-linkmessage-square53linkfedilinkarrow-up162arrow-down14cross-posted to: lobsters@lemmy.bestiver.setechnology@lemmy.world
arrow-up158arrow-down1external-linkPython Performance: Why 'if not list' is 2x Faster Than Using len()blog.codingconfessions.comJason Novinger@programming.devM to Python@programming.dev · 14 days agomessage-square53linkfedilinkcross-posted to: lobsters@lemmy.bestiver.setechnology@lemmy.world
minus-squarelogging_strict@programming.devlinkfedilinkarrow-up1·12 days agoAnother use case is to reduce maintenance cost
Another use case is to reduce maintenance cost