Nemeski@lemm.ee to Data Structures and Algorithms@programming.dev · 6 months agoComputer Scientists Invent an Efficient New Way to Countwww.quantamagazine.orgexternal-linkmessage-square8fedilinkarrow-up165arrow-down10cross-posted to: hackernews@lemmy.smeargle.fans
arrow-up165arrow-down1external-linkComputer Scientists Invent an Efficient New Way to Countwww.quantamagazine.orgNemeski@lemm.ee to Data Structures and Algorithms@programming.dev · 6 months agomessage-square8fedilinkcross-posted to: hackernews@lemmy.smeargle.fans
minus-squarelastunusedusername2@sh.itjust.workslinkfedilinkEnglisharrow-up14·6 months agoWow this is surprisingly simple.
minus-squarenik9000@programming.devlinkfedilinkarrow-up4·6 months agoIt really is. It’d make a wonderful assignment in a second level programming class. We use hyperlloglog++ for this because it’s mergable across nodes and threads. I haven’t thought much about combining this one.
Wow this is surprisingly simple.
It really is. It’d make a wonderful assignment in a second level programming class.
We use hyperlloglog++ for this because it’s mergable across nodes and threads. I haven’t thought much about combining this one.