Hi, I think these two are equivalent, but the copy is about 3x faster. Am I misusing `xt:view`? `std::copy(source_tensor.begin(), source_tensor.end(), keep_tensor.begin() + start)` `xt::view(keep_tensor, xt::range(start, stop)) = source_tensor` Thanks.