Skip to content

Commit 1478469

Browse files
deploy: 7d54359
1 parent 78bbba2 commit 1478469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dd>
108108
Performance considerations - for marshalling, iterative resizing of the output buffer is a fundamental operation. <code>std::vector</code> and <code>mutable_shared_buffer</code> <code>resize</code> methods use efficient logic for internal buffer allocations (<code>mutable_shared_buffer</code> uses <code>std::vector</code> internally). Custom containers used as the buffer parameter should have similar efficient <code>resize</code> method logic. Calling <code>reserve</code> at appropriate places may provide a small performance increase, at the cost of additional requirements on the buffer type.</dd></dl>
109109
<dl class="section author"><dt>Author</dt><dd>Cliff Green</dd></dl>
110-
<dl class="section copyright"><dt>Copyright</dt><dd>(c) 2019-2024 by Cliff Green</dd></dl>
110+
<dl class="section copyright"><dt>Copyright</dt><dd>(c) 2019-2025 by Cliff Green</dd></dl>
111111
<p>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>) </p>
112112
</div></div><!-- PageDoc -->
113113
<a href="doxygen_crawl.html"></a>

0 commit comments

Comments
 (0)