Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding IntoParalleliterator impls for boxed slices, etc. #1073

Open
JanBeh opened this issue Jul 10, 2023 · 1 comment
Open

Consider adding IntoParalleliterator impls for boxed slices, etc. #1073

JanBeh opened this issue Jul 10, 2023 · 1 comment

Comments

@JanBeh
Copy link

JanBeh commented Jul 10, 2023

Regarding #1061, it should also be considered to also add IntoParallelIterator traits for Box<[T]>, Rc<[T]>, etc.

This may be a breaking change though. See also Rust issue #59878.

@cuviper
Copy link
Member

cuviper commented Jul 11, 2023

Yeah, I hesitate to take that chance when the similar impls haven't been added to the standard library either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants