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

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

                Author: ASF GitHub Bot
            Created on: 07/Oct/19 14:11
            Start Date: 07/Oct/19 14:11
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on issue #67: IO-170: Scalable 
Iterator for files, better than FileUtils.iterateFiles
URL: https://github.com/apache/commons-io/pull/67#issuecomment-539030776
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/26156433/badge)](https://coveralls.io/builds/26156433)
   
   Coverage increased (+0.1%) to 89.365% when pulling 
**d2fa1988ae8fedd0e65156788bfb4ca39867b27f on detinho:IO-170** into 
**12a47cf384e6977df9c66f73d1ab72b17a746b29 on apache:master**.
   
 
----------------------------------------------------------------
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:
[email protected]


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

            Worklog Id:     (was: 324412)
    Remaining Estimate: 4h 50m  (was: 5h)
            Time Spent: 10m

> 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: 10m
>  Remaining Estimate: 4h 50m
>
> 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