not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 days agooddly specificlemmy.blahaj.zoneimagemessage-square199fedilinkarrow-up11.48Karrow-down113
arrow-up11.47Karrow-down1imageoddly specificlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 3 days agomessage-square199fedilink
minus-squaretired_n_bored@lemmy.worldlinkfedilinkEnglisharrow-up11·2 days agoAs a software engineer: actually there is no need for a number of people as a power of 2 unless you need exactly 1 byte to store such information which sounds ridiculous for the size of Whatsapp
minus-squareValmond@lemmy.worldlinkfedilinkEnglisharrow-up2·1 day agoOr some binary search tree with an artificial height lol.
minus-squareNigelFrobisher@aussie.zonelinkfedilinkEnglisharrow-up3·1 day agoIt’d make sense at protocol level. Otherwise, yeah, even bit-size database columns end up being stored as a word unless the engine compacts it.
As a software engineer: actually there is no need for a number of people as a power of 2 unless you need exactly 1 byte to store such information which sounds ridiculous for the size of Whatsapp
Or some binary search tree with an artificial height lol.
It’d make sense at protocol level. Otherwise, yeah, even bit-size database columns end up being stored as a word unless the engine compacts it.