You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #8 , we need to implements Scalable Bloom Filter, since the partitioned bloom filter is fixed now the Scalable bloom filter can be easily implemented.
The text was updated successfully, but these errors were encountered:
* set BitSet optimization for partitioned bloom filter
* add the scalable bloom filter based of partitionned bloom filter
* add scalable bloom filter + docs
* fix: minhash comparison was wrong
* update and fix changelog
* remove use strict;
* typos #53
* equals/if suggestion of #53
* suggestion #53 simplify logic of the SBF.has()
* lint + update readme (suggestion of #53 on PRs
* doc on bitset import for PBF and BF (suggestion of #53)
From #8 , we need to implements Scalable Bloom Filter, since the partitioned bloom filter is fixed now the Scalable bloom filter can be easily implemented.
The text was updated successfully, but these errors were encountered: