CardinalityEstimation.Signed
1.6.0
A C# library to estimate the number of unique elements in a set, in a quick and memory-efficient manner, based on the work of Flajolet et al. and Huele et al. Signed version.
Install-Package CardinalityEstimation.Signed -Version 1.6.0
dotnet add package CardinalityEstimation.Signed --version 1.6.0
<PackageReference Include="CardinalityEstimation.Signed" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CardinalityEstimation.Signed --version 1.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Version 1.6: Create signed version and fix deserialization bug
Version 1.5: Expose BinaryReader/Writer in Serializer
Version 1.4: Relax Merge to IEnumerable
Version 1.3: Serializer allows keeping stream open
Version 1.2.1: Fixed concurrency issue in Murmur3
Version 1.2: Switch to Murmur3 hash for improved accuracy; added CountAdditions
Version 1.1: Added a Serializer class
Dependencies
-
- murmurhash-signed (>= 1.0.0)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
1.6.0 | 632 | 10/23/2017 |