Sorry about the combo PR, but that's how we have it in our fork.
This PR adds 2 things:
Switch to XXHash as hash implementation. It's considerably faster than all the others, and has good enough quality for most applications.
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.
Sorry about the combo PR, but that's how we have it in our fork.
This PR adds 2 things:
Switch to XXHash as hash implementation. It's considerably faster than all the others, and has good enough quality for most applications.
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.