xorf icon indicating copy to clipboard operation
xorf copied to clipboard

Builder

Open ayazhafiz opened this issue 4 years ago • 1 comments

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.

ayazhafiz avatar Jul 18 '20 19:07 ayazhafiz

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

CKingX avatar Jun 20 '22 02:06 CKingX