Nemeski@lemm.ee to Data Structures and Algorithms · 1 year agoComputer Scientists Invent an Efficient New Way to Countwww.quantamagazine.orgexternal-linkmessage-square8linkfedilinkarrow-up165arrow-down10cross-posted to: [email protected]
arrow-up165arrow-down1external-linkComputer Scientists Invent an Efficient New Way to Countwww.quantamagazine.orgNemeski@lemm.ee to Data Structures and Algorithms · 1 year agomessage-square8linkfedilinkcross-posted to: [email protected]
minus-squaresouthernbrewer@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoSo this is probably useful for statistics collectors in DBMSes, used for planning queries. Any other use cases jump to mind?
minus-squareporgamrerlinkfedilinkarrow-up2·1 year agoI thought it sounded kind of similar to statistical CPU profiling, where you’re sampling the program counter of a given thread to see which functions actually use the most time. Maybe this idea could help increase the sample rate.
So this is probably useful for statistics collectors in DBMSes, used for planning queries. Any other use cases jump to mind?
I thought it sounded kind of similar to statistical CPU profiling, where you’re sampling the program counter of a given thread to see which functions actually use the most time. Maybe this idea could help increase the sample rate.