Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class CPAN distribution.

Maintainer(s)' notes

I prefer that bugs & patches are filed on GitHub rather than on RT: https://github.com/kenahoo/Path-Class/issues. Thanks.

Report information
The Basics
Id: 66551
Status: open
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Good idea, I'd be receptive to a patch doing so.