Skip to content

Commit

Permalink
Add more benchmarking notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 8, 2024
1 parent d731af0 commit 3a684dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ copying them.
Initial testing suggests `const out` does provide a minor speedup when testing
with large number of benchmark iterations. The plain copy version is faster when
doing very few iterations.

When the amount of data is large e.g., a struct containing arrays, the `const out`
version clearly beats the copy version.

0 comments on commit 3a684dc

Please sign in to comment.