Skip to content

Implement classical data structures for Membership queries

Pre-release
Pre-release
Compare
Choose a tag to compare
@gakhov gakhov released this 15 Aug 16:10
· 54 commits to master since this 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.