more on the speed of file finding
Last week I wrote about the speed of Perl file finders, including a somewhat difficult to read chart of their relative speeds in a pretty contrived race. My intent wasn’t really to compare the “good” ones, but to call out the “bad” ones. Looking at that graph, it should be clear that you “never” want to use Path::Class::Rule or File::Find::Rule. Their behavior is vastly worse than their competition’s.