CardinalityEstimation icon indicating copy to clipboard operation
CardinalityEstimation copied to clipboard

HyperLogLog-based set cardinality estimation library

Results 4 CardinalityEstimation issues
Sort by recently updated
recently updated
newest added

As done by Heule et al., it is important to estimate the bias of the CardinalityEstimator. However, the current implementation uses the values published by Huele et al., but a...

Hi! Thank you for building this library. Unfortunately, currently it cannot be used with legacy runtimes like .NET Framework. But since this library does not use many "new" .NET-specific features,...

Hello! There are small performance improvements worth about 13% speedup for .NET 8+9 on the `AddElementHash` timing in order of effect: - elide extra bounds check for `lookupDense` using ref...

Hi! Currently, the benchmarks were targeting the old TFMs, this PR bumps the benchmark targets from .NET 7+8 to .NET 8+9. It also removes unnecessary dependency that is not used...