cpp_hpc_tutorial
cpp_hpc_tutorial copied to clipboard
Avoid accessing tuple when advancing iterators
This PR is based on https://github.com/gonzalobg/cpp_hpc_tutorial/pull/4 but it avoids accessing tuples by utilising static arrays. This brings some minor performance improvements.