Changeset 73653

Timestamp:
Aug 11, 2011, 2:03:37 PM (11 years ago)
Author:
alejandro
Message:

New data structure:

  • twohash_counting_bloom_filter:
    • Cloned from counting_bloom_filter, uses the same interface with similar template parameters to other twohash variants.
    • Removed union/intersect operations - experimental operations are not useful to expose.
    • Implemented an apply_hash algorithm suitable for twohash_counting_bloom_filter.

General change to all Bloom filters:

  • Added function data() to give access to raw bits.
(No files)

Note: See TracChangeset for help on using the changeset viewer.