Subject: | Make breadth-first search in Path::Class::Dir::recurse more efficient |
Considering Path::Class::Dir contains the only breadth-first
file-iterator I could find, I was hoping it would be more memory
efficient. Currently it sucks the entire file list for the current
directory into it's queue. I have directories with tens of thousands of
files, so this unnecessarily eats up more memory than it needs to.