cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoTell me the truth ...piefed.jeena.netexternal-linkmessage-square169linkfedilinkarrow-up11.18Karrow-down117
arrow-up11.16Karrow-down1external-linkTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square169linkfedilink
minus-squareexcral@feddit.orglinkfedilinkarrow-up12·1 month agoIn terms of memory usage it’s a waste. But in terms of performance you’re absolutely correct. It’s generally far more efficient to check is a word is 0 than to check if a single bit is zero.
In terms of memory usage it’s a waste. But in terms of performance you’re absolutely correct. It’s generally far more efficient to check is a word is 0 than to check if a single bit is zero.