- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/clarkduvall/hyperloglog
- 软件文档: http://godoc.org/github.com/clarkduvall/hyperloglog
软件介绍
该项目是 Go 语言对 HyperLogLog 和 HyperLogLog++ 算法的实现。
HyperLogLog paper: http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf
HyperLogLog++ paper: http://research.google.com/pubs/pub40671.html
