//
pkg.gl
Category
github.com/zerogo-hub/zero-helper
bloom
package
0.49.11
Repository:
https://github.com/zerogo-hub/zero-helper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
126 SLOC
#
Functions
New
New 创建一个布隆过滤器,存储于内存中,非计数型 n 存放元素个数 fp 错误率.
NewCuckoo
NewCuckoo 容量100W大约需要内存1M.
#
Interfaces
Bloom
Bloom 布隆过滤器接口.
Cuckoo
Cuckoo 布谷鸟过滤器.