Scalable Iterator for files, better than FileUtils.iterateFiles
---------------------------------------------------------------

                 Key: IO-170
                 URL: https://issues.apache.org/jira/browse/IO-170
             Project: Commons IO
          Issue Type: Improvement
          Components: Utilities
    Affects Versions: 1.4
         Environment: generic file systems
            Reporter: Damian Noseda
            Priority: Minor
             Fix For: 1.4


Improve the way that iterateFiles generate an iterator. The current way it not 
scale. It's try to add all files in a list and then return the iterator of that 
list. A better way it would be create an customize Iterator<File> with a stack 
of arrays of File to go up and down in the directory tree.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to