HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 17 hours agoI have a 64-bit genderlemmy.mlimagemessage-square26fedilinkarrow-up1233arrow-down123
arrow-up1210arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 17 hours agomessage-square26fedilink
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up19·13 hours agoEven booleans take up 8 bits. And that’s a lot of wasted space.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up4·3 hours agoThat’s why you use bitarrays and bitflags instead when you need more than just one or two arguments for a function.
minus-square__nobodynowhere@startrek.websitelinkfedilinkEnglisharrow-up3·5 hours agoSolution: 1 bit computer
Even booleans take up 8 bits. And that’s a lot of wasted space.
That’s why you use bitarrays and bitflags instead when you need more than just one or two arguments for a function.
Solution: 1 bit computer