Skip to content
Snippets Groups Projects

follow up to !3744

Merged Gerhard Raven requested to merge follow-up-to-3744 into master
All threads resolved!
  • 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading