rayon-rs / rayon

Rayon: A data parallelism library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding `IntoParalleliterator` impls for boxed slices, etc.

JanBeh opened this issue · comments

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.

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