-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
I'd love to use Rayon parallel iterators with walkdir. Walkdir's iterators don't implement the necessary traits to do so. @nikomatsakis provided a different pattern that provided some thread-pool-based parallelism, but it would be nice to directly use par_iter
/ into_par_iter
with walkdir. walkdir itself could actually run the walk in parallel in that case, processing multiple directories in parallel.
dginev, acheronfail, Paul-E, shiro, 8176135 and 4 more