Closed kilohsakul closed 1 year ago
Just a straightforward use of the move iterator, should be no brainer.
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
8684c78
) 71.59% compared to head (d92fe19
) 71.52%. Report is 1 commits behind head on devel.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It seems to be just a tad bit slower (due to creating the instances of the iterators), but the difference should not be that significant. The experiments will tell.
Look at this to see an ultimate demonstration of the coolness of the davids move iterator.
Although, I am wandering whether it can be used anywhere else then here. I did not come with a good usage in the intersection for instance, because I wanted to get the vectors ot targets with the same symbol and then merge them. Maybe it is just my fault, but maybe we actually need something a bit different, I don't know. For instance, iterator through symbol_post that skips over symbols where there are no targets ... Just thinking.