HiddenLayer555 to Programmer Humor@programming.devEnglish · 20 hours agoI have a 64-bit genderimagemessage-square29fedilinkarrow-up1227arrow-down123cross-posted to: programmerhumor
arrow-up1204arrow-down1imageI have a 64-bit genderHiddenLayer555 to Programmer Humor@programming.devEnglish · 20 hours agomessage-square29fedilinkcross-posted to: programmerhumor
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up21·16 hours agoEven booleans take up 8 bits. And that’s a lot of wasted space.
minus-squareGladaed@feddit.orglinkfedilinkarrow-up1·2 hours agoThat’s only due to technical reasons on weird platforms like x86, 64bit x86 or ARM.
minus-squareZILtoid1991@lemmy.worldlinkfedilinkarrow-up5·6 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·8 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