Skip to content

rotchild/bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bloom

布隆过滤器

初始化

根据预期元素数量n和误判率p,确定bit数组的长度m和hash函数数量k

双重hash函数实现

替代k个hash函数

Add添加元素

Exists判断存在性

About

布隆过滤器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages