cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoTell me the truth ...piefed.jeena.netexternal-linkmessage-square116fedilinkarrow-up11.12K
arrow-up11.12Kexternal-linkTell me the truth ...piefed.jeena.netcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square116fedilink
minus-squaregamer@lemm.eelinkfedilinkarrow-up6·edit-220 hours 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-up3·11 hours 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.