repositorypackage
0.4.1
Repository: https://github.com/guoxinl/cuckoo-filter.git
Documentation: pkg.go.dev
# README
cuckoo-filter
Fork from github.com/linvon/cuckoo-filter
Update
Add IsFull
function
func (f *Filter) IsFull() bool {
return f.victim.used
}