HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 23 hours agoI have a 64-bit genderlemmy.mlimagemessage-square29fedilinkarrow-up1260arrow-down127
arrow-up1233arrow-down1imageI have a 64-bit genderlemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · 23 hours agomessage-square29fedilink
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up22·18 hours agoEven booleans take up 8 bits. And that’s a lot of wasted space.
minus-squareGladaed@feddit.orglinkfedilinkarrow-up2·5 hours agoThat’s only due to technical reasons on weird platforms like x86, 64bit x86 or ARM.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up5·9 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·11 hours agoSolution: 1 bit computer
Even booleans take up 8 bits. And that’s a lot of wasted space.
That’s only due to technical reasons on weird platforms like x86, 64bit x86 or ARM.
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