-
Notifications
You must be signed in to change notification settings - Fork 501
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
Implement par_exact_chunks/_mut
; slice chunks with exact size.
#510
Comments
exact_chunks/_mut
; slice chunks with exact size.par_exact_chunks/_mut
; slice chunks with exact size.
(I labelled this That addition sounds fine to me, but I'd prefer to wait for it to stabilize in |
poke This is stable now. It would be awesome to see Rayon gain this feature. If help is needed, I'm willing to do the leg work. |
Help is welcome, if this is a feature that interests you! |
Might also be interesting to have the |
629: Implement chunks_exact and chunks_exact_mut r=cuviper a=zesterer Follow-up PR from #510. `chunks_exact` (and its mutable counterpart) are not yet implemented on `ParallelIterator`, only `ParallelSlice`. Co-authored-by: Joshua Barretto <joshua.s.barretto@gmail.com> Co-authored-by: Josh Stone <cuviper@gmail.com>
As new methods as been added to the slice type. I propose the add of these new methods too.
These iterators seems to be really useful to llvm and its optimizations.
Here is the tracking issue for exact_chunks/_mut; slice chunks with exact size.
The text was updated successfully, but these errors were encountered: