-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Hello:
I do some test for this filter by golang:
example:
cf := cuckoofilter.NewCuckooFilter(100000)
for v := 0; v < 10000 ; v += 1 {
res := cf.InsertUnique([]byte(string(v)))
fmt.Println(cf.Count(), res)
}
I generate between 0 and 10,000 elements and insertUnique to cuckoofilter, there is no repetition here. But the result is a lot of duplication and insertion failures.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels