rust-lang / glob

Support for matching file paths against Unix shell style patterns.
http://doc.rust-lang.org/glob
Apache License 2.0
447 stars 76 forks source link

Use rayon #110

Closed Milo123459 closed 1 year ago

IndianBoy42 commented 1 month ago

I'm curious, is it because you don't expect the parallelism to have performance benefits here?