Straithforward implementation of HyperLogLog estimator.
Info
Version: | 1.0.0 |
Author(s): | Artur Krajewski |
Last Update: | Thursday, December 28, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/krajek/hyperloglog.git |
NuGet Url: | https://www.nuget.org/packages/HLLCardinalityEstimator |
Install
Install-Package HLLCardinalityEstimator
dotnet add package HLLCardinalityEstimator
paket add HLLCardinalityEstimator
HLLCardinalityEstimator Download (Unzip the "nupkg" after downloading)
Dependencies
- MurmurHash(>= 1.0.2)
Tags