Implement classical data structures for Membership queries
Pre-release
Pre-release
In this release first 2 classical data structures have been implemented:
- Classical Bloom Filter
- Counting Bloom Filter
In order to support memory-efficient representation we also developed the BitCounter and BitVector.