Skip to content

Enhancements to bfoperate command

Pre-release
Pre-release
Compare
Choose a tag to compare
@rsharris rsharris released this 05 Jul 16:40
· 13 commits to master since this release

AND, OR, and XOR can now accept more than two bloom filters.

RRR and UNRRR operations were added.

Additional error checks were added to make sure the bloom filters have the correct type for a given operation.

Thanks for Fabio Cumbo for these.