GitHub user detinho opened a pull request:

    https://github.com/apache/commons-io/pull/67

    IO-170: Scalable Iterator for files, better than FileUtils.iterateFiles

    I took an aproach of implementing a separate class with the iterator logic.
    While this brings a little code duplication, it leads to a more scalable 
approach, as the iterator class processes only the necessary files and 
directories to return the next file.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/detinho/commons-io IO-170

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-io/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #67
    
----
commit 636d8a2da5344cede1d1588879b4476504004234
Author: detinho <marvinware2005@...>
Date:   2018-10-16T02:49:24Z

    IO-170: Scalable Iterator for files, better than FileUtils.iterateFiles

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to