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
当BLOOMFILTER_BIT设置为30时, 起不到去重效果。
> fp = '75d6587d87b3f4f3aa574b33dbd69ceeb9eafe7b' > bf = BloomFilter(server, 'ldy4', 30, 6) > bf.exists(fp) 0 > bf.insert(fp) > bf.exists(fp) 0
当BLOOMFILTER_BIT 设置为22时没有问题, 不知道是什么原因
The text was updated successfully, but these errors were encountered:
当BLOOMFILTER_BIT设置为30时, 起不到去重效果。 > fp = '75d6587d87b3f4f3aa574b33dbd69ceeb9eafe7b' > bf = BloomFilter(server, 'ldy4', 30, 6) > bf.exists(fp) 0 > bf.insert(fp) > bf.exists(fp) 0 当BLOOMFILTER_BIT 设置为22时没有问题, 不知道是什么原因
我也在看这本书,为这本书建了一个QQ群805370297,方便大家讨论
Sorry, something went wrong.
No branches or pull requests
当BLOOMFILTER_BIT设置为30时, 起不到去重效果。
当BLOOMFILTER_BIT 设置为22时没有问题, 不知道是什么原因
The text was updated successfully, but these errors were encountered: