We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d731af0 commit 3a684dcCopy full SHA for 3a684dc
README.md
@@ -130,3 +130,6 @@ copying them.
130
Initial testing suggests `const out` does provide a minor speedup when testing
131
with large number of benchmark iterations. The plain copy version is faster when
132
doing very few iterations.
133
+
134
+When the amount of data is large e.g., a struct containing arrays, the `const out`
135
+version clearly beats the copy version.
0 commit comments