$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in a Bloom Filter?
From: Milosz Marian HULBOJ (mhulboj_at_[hidden])
Date: 2009-06-15 06:34:35
Two more ideas:
- Counting bloom filter (different from normal bloom filter, as supports
removal, but requires more space overhead in order to store counts)
- Example/test code (attached the skeleton)
Regards,
Milosz