par_iter on a ReadOnlyView #136
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
p-medium
Medium priority issue
ReadOnlyView::iter()
exists. There should be aReadOnlyView::par_iter()
too, so that it could be possible to do afor_each
orcollect
on the items in parallel, with rayon.The text was updated successfully, but these errors were encountered: