C# (.net) implementation HyperLogLog ( HyperLogLogPlus ) and LinearCounting probabilistic cardinality estimation algorithms. Based on stream-lib https://github.com/addthis/stream-lib. Added some fixes to make HyperLogLog more GC-friendly :
- Internal buffers allocated in SOH.
- Added possibility to use array-pool in long-term calculations.