Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73251 - sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tut
From: cpp.cabrera_at_[hidden]
Date: 2011-07-20 04:57:40


Author: alejandro
Date: 2011-07-20 04:57:39 EDT (Wed, 20 Jul 2011)
New Revision: 73251
URL: http://svn.boost.org/trac/boost/changeset/73251

Log:
Added addition discussion for Seed parameter.
Text files modified:
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tut/hashers.html | 11 +++++++----
   1 files changed, 7 insertions(+), 4 deletions(-)

Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tut/hashers.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tut/hashers.html (original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tut/hashers.html 2011-07-20 04:57:39 EDT (Wed, 20 Jul 2011)
@@ -51,10 +51,13 @@
       };
     </div>
     <p>
- In practice, it would be wise to also provide a Seed template parameter. By
- default, boost_hash is defined for users in
- boost/bloom_filter/hash/default.hpp. This can be used to define
- Bloom filters with additonal hashing functions easily, as demonstrated below:
+ In practice, it may be useful to also provide a Seed template parameter.
+ Depending on how the Seed is incorporated into the hash value, it may be
+ possible to provide multiple independent hash values using only a
+ single Hasher. By default, boost_hash is defined for users in
+ boost/bloom_filter/hash/default.hpp.
+ This can be used to define Bloom filters with additonal hashing functions easily,
+ as demonstrated below:
     </p>
 
     <div class="listing">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk