Skip to content

Commit 3a684dc

Browse files
committed
Add more benchmarking notes
1 parent d731af0 commit 3a684dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@ copying them.
130130
Initial testing suggests `const out` does provide a minor speedup when testing
131131
with large number of benchmark iterations. The plain copy version is faster when
132132
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

Comments
 (0)