[ 
https://issues.apache.org/jira/browse/IO-170?focusedWorklogId=607875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-607875
 ]

ASF GitHub Bot logged work on IO-170:
-------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/21 13:48
            Start Date: 07/Jun/21 13:48
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #67:
URL: https://github.com/apache/commons-io/pull/67#issuecomment-855945473


   Hi @detinho 
   This code is likely obsolete due to (1) the git master rework that uses Java 
NIO's streaming APIs and (2) this code does not use NIO streaming APIs.
   May you please review git master, comment and/or update/close this PR?
   TY!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 607875)
    Remaining Estimate: 4h 20m  (was: 4.5h)
            Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  Remaining Estimate: 4h 20m
>
> 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.3.4#803005)

Reply via email to