vla / BloomFilter.NetCore

A bloom filter implementation
MIT License
147 stars 38 forks source link

Make bitarray protected #1

Closed stoiveyp closed 4 years ago

stoiveyp commented 4 years ago

Altering the BitArray to be protected instead of private - allow subclasses access to the current filter state, which would enable functionality to be added without rebuilding (such as importing an existing filter, or exporting the state of the current filter)