You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/07/11 17:07:00 UTC

[jira] [Work logged] (IO-170) Scalable Iterator for files, better than FileUtils.iterateFiles

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

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

                Author: ASF GitHub Bot
            Created on: 11/Jul/21 17:06
            Start Date: 11/Jul/21 17:06
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #67:
URL: https://github.com/apache/commons-io/pull/67#issuecomment-877833145


   Closing, see my previous comment. 


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

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


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

            Worklog Id:     (was: 621377)
    Remaining Estimate: 4h 10m  (was: 4h 20m)
            Time Spent: 50m  (was: 40m)

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