Skip to content

follow up to !3744

Gerhard Raven requested to merge follow-up-to-3744 into master
  • avoid spurious copies
  • avoid more complicated data structures than actually needed -- i.e. reduce memory consumption and improve memory layout
  • avoid separate loops, and loops which use an induction variable when not needed, or induction variables which are defined outside the scope of the loop
Edited by Gerhard Raven

Merge request reports