xorf
xorf copied to clipboard
Builder
It would be nice to have a Builder
struct that allows for convenient collection of keys before creating a filter (any of the xor filters or a HashProxy
) with those keys.
I could help with this!
We could use a HashMap behind the scenes (will also ensure we don't have any duplicates). I will work on a PR soon