Hacker News new | ask | show | jobs
by qyph 478 days ago
Hyperloglog analyses generally assume access to the full data stream, and so are O(n) at a minimum. Perhaps by running hyperloglog on a sublinear sample of the dataset you'd get an algorithm in this class.
1 comments

That makes sense, thanks for explaining!