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

ASF GitHub Bot logged work on COMPRESS-342:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Oct/19 08:32
            Start Date: 21/Oct/19 08:32
    Worklog Time Spent: 10m 
      Work Description: PeterAlfreadLee commented on pull request #83: 
COMPRESS-342 random access of 7z files
URL: https://github.com/apache/commons-compress/pull/83
 
 
   Expose random access for 7z files in SevenZFile.
   As files are compressed in `folder` in 7z specification, a `folder` may 
contain many files. A access to file N in a `folder` need to skip the previous 
1...(N-1) files as they are compressed together in a folder.
   This may result in a performance problem.
 
----------------------------------------------------------------
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: 331277)
    Remaining Estimate: 0h
            Time Spent: 10m

> random access of 7z files
> -------------------------
>
>                 Key: COMPRESS-342
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-342
>             Project: Commons Compress
>          Issue Type: Sub-task
>          Components: Archivers
>            Reporter: Stefan Bodewig
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to