cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoTell me the truth ...piefed.jeena.netimagemessage-square68linkfedilinkarrow-up19arrow-down10
arrow-up19arrow-down1imageTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square68linkfedilink
minus-squaregamer@lemm.eelinkfedilinkarrow-up0·edit-21 month agoConsider what the disassembly would look like. There’s no fast way to do it. It’s also unnecessary since 8 bytes is a negligible amount in most cases. Serialization is the only real scenario where it matters. (Edit: and embedded)
minus-squareCroquette@sh.itjust.workslinkfedilinkarrow-up1·1 month agoIn embedded, if you are to the point that you need to optimize the bools to reduce the footprint, you fucked up sizing your mcu.
Consider what the disassembly would look like. There’s no fast way to do it.
It’s also unnecessary since 8 bytes is a negligible amount in most cases. Serialization is the only real scenario where it matters. (Edit: and embedded)
In embedded, if you are to the point that you need to optimize the bools to reduce the footprint, you fucked up sizing your mcu.