Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72501 - sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html
From: cpp.cabrera_at_[hidden]
Date: 2011-06-08 22:04:05


Author: alejandro
Date: 2011-06-08 22:04:05 EDT (Wed, 08 Jun 2011)
New Revision: 72501
URL: http://svn.boost.org/trac/boost/changeset/72501

Log:
Changed tutorial word choice a bit. In particular, when introducing the Bloom filter parameters, one still isn't capable of using the Bloom filter to its 'fullest potential'. Moved this statement to the advanced section.
Text files modified:
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html | 4 +++-
   1 files changed, 3 insertions(+), 1 deletions(-)

Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html (original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html 2011-06-08 22:04:05 EDT (Wed, 08 Jun 2011)
@@ -27,7 +27,7 @@
     <h2 class="title">Tutorial</h2>
 
     <p>
- To use this Bloom filter to its fullest potential, there are two template parameters to be aware of and two functions to utilize:
+ To use this Bloom filter, there are two template parameters to be aware of and two functions to utilize:
     </p>
 
     <ul>
@@ -89,6 +89,8 @@
       In practice, where false positive rates matter a great deal, care must be taken to choose not
       only the right bitset Size, but also the right number (and implementation) of hash functions.
       This is where the last template parameter comes in, as well as the remaining member functions.
+ To use the Bloom filter to its maximum potential, you must understand how to customize
+ these remaining parameters.
     </p>
     <ul>
       <li>Advanced template parameters:


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