https://github.com/uxlfoundation/oneDPL/blob/d075f89f59722f64b49ffedd07be8bbf139c11e4/include/oneapi/dpl/pstl/algorithm_impl.h#L358 Probably we may replace the next code ```C++ for (; __begin != __end; ++__begin) ; return ::std::get<1>(__begin.base()); ``` by one simple call line in `__pattern_walk2(__parallel_forward_tag` : ```C++ return __first2 + (__last1 - __first1); ```