-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Bbloom is unsafe #1005
Comments
... |
It uses the unsafe package internally but it uses it correctly. I only suggested switching libraries assuming that the changes from our bbloom fork aren't upstreamed. You appeared to be busy so I didn't want to block fixing these issues on upstreaming the necessary changes. |
@AndreasBriese has fixed upstream so updating to the latest master (of AndreasBriese/bbloom) should fix the issue. |
Badger uses |
The IPFS project has a fork (https://github.com/ipfs/bbloom) that fixes these issues but we've made some significant API changes that make these fixes a bit difficult to upstream. These changes should either be upstreamed manually or you should consider switching to the fork.
Benchcmp:
(i.e., our fork is faster everywhere that counts but doesn't use unsafe)
The text was updated successfully, but these errors were encountered: