[
https://issues.apache.org/jira/browse/IO-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17800488#comment-17800488
]
Elliotte Rusty Harold commented on IO-170:
------------------------------------------
This is obsolete due to other rework in that method to use lambdas. Please
close.
> 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: 3.x
>
> Attachments: real_iterators.patch
>
> Original Estimate: 5h
> Time Spent: 1h
> Remaining Estimate: 4h
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)