We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks for the contribution. May I have a question that InsertUnique is concurrency safe? Thanks for looking.
InsertUnique
I had met this data race issue:
================== WARNING: DATA RACE Read at 0x00c0b79cac1c by goroutine 276: github.com/seiflotfy/cuckoofilter.(*bucket).getFingerprintIndex() /Users/wenwei/work/go/src/github.com/balabalabala/vendor/github.com/seiflotfy/cuckoofilter/bucket.go:33 +0x54 github.com/seiflotfy/cuckoofilter.(*Filter).Lookup() /Users/wenwei/work/go/src/github.com/balabala/vendor/github.com/seiflotfy/cuckoofilter/cuckoofilter.go:37 +0xde github.com/seiflotfy/cuckoofilter.(*Filter).InsertUnique() /Users/wenwei/work/go/src/github.com/balabalavendor/github.com/seiflotfy/cuckoofilter/cuckoofilter.go:74 +0x5a
The text was updated successfully, but these errors were encountered:
Saw this discussion #18
Sorry, something went wrong.
No branches or pull requests
Hi, thanks for the contribution.
May I have a question that
InsertUnique
is concurrency safe? Thanks for looking.I had met this data race issue:
The text was updated successfully, but these errors were encountered: