go-hll:实施Hyper Log Log

时间:2024-05-18 18:20:41
【文件属性】:

文件名称:go-hll:实施Hyper Log Log

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-18 18:20:41

go hyperloglog sketching-algorithm Go

去 实施Hyper Log Log 安装 go get github . com / mtchavez / go - hll / hll 用法 创建新的 具有所需错误的新超级日志日志表 package main import ( "github.com/mtchavez/go-hll/hll" ) func main () { hll := NewWithErr ( 0.065 ) } 新增功能,默认错误 package main import ( "github.com/mtchavez/go-hll/hll" ) func main () { // Uses DefaultErr of 0.065 hll := New () hll . Add ( "foo" ) } 新增中 在表中添加一些文字 package main import ( "github.


【文件预览】:
go-hll-master
----.travis.yml(392B)
----LICENSE(1KB)
----.gitignore(269B)
----Makefile(527B)
----README.md(2KB)
----hll()
--------docs.go(203B)
--------hll.go(3KB)
--------hll_test.go(4KB)
--------error_test.go(455B)

网友评论