Show HN: Mojo Implementation of HyperLogLog for Efficient Cardinality Estimation
github.comThis would be faster using Estrin’s scheme [0]. This is just the kind of optimization that Mojo should be able to do.
I fail to see how this works with hyperloglog. But will read more
I meant for the `get_beta` function which does polynomial evaluation.