link
size bigger , and even less performance ??
source : I got it from this topic
I used godbolt to test .
There are 2 case :
first one using : plain for.
the second one is using : zip
although: the size of zip is clearly bigger.
but in performance: it’s not actually clear
Does the method using time std is not a good choice.
Can anyone have another suggestions.
besides:
If the tests confirm this, can I conclude that we should prefer using a plain for loop over zip combined with map, for_each, and similar methods if possible ?
If you want an answer other than the ones you have received so far, you’ll need to state your question more clearly. Use more words and specify what information you want, or what problem you want to solve.
You might have misunderstood. My link was not showing that min was identical. It was showing that the explicit loop with min and zip were nearly identical.