summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/incremental.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/intrusive/incremental.html')
-rw-r--r--doc/html/boost/intrusive/incremental.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/intrusive/incremental.html b/doc/html/boost/intrusive/incremental.html
index 9fe3d3fd58..ea4c3c1fe8 100644
--- a/doc/html/boost/intrusive/incremental.html
+++ b/doc/html/boost/intrusive/incremental.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="incremental.html" title="Struct template incremental">incremental</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45927972244816"></a><h2>Description</h2>
+<a name="idp421399408"></a><h2>Description</h2>
<p>This option setter specifies if the hash container will use incremental hashing. With incremental hashing the cost of hash table expansion is spread out across each hash table insertion operation, as opposed to be incurred all at once. Therefore linear hashing is well suited for interactive applications or real-time appplications where the worst-case insertion time of non-incremental hash containers (rehashing the whole bucket array) is not admisible. </p>
</div>
</div>