Skip to content
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

Read-only BFs and XXHash #83

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

klaussfreire
Copy link

Sorry about the combo PR, but that's how we have it in our fork.

This PR adds 2 things:

  1. Switch to XXHash as hash implementation. It's considerably faster than all the others, and has good enough quality for most applications.

  2. Add ability to open files in read-only mode. Useful to share a big read-only BF across processes while preventing modifications, or to open files you have no permission to write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant