[jira] [Updated] (COMPRESS-623) make ZipFile's getRawInputStream usable when local headers are not read

2022-08-13 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-623: - Description: I have a somewhat odd use case with gigabytes of ZIP files, each with thousands

[jira] [Updated] (COMPRESS-623) make ZipFile's getRawInputStream usable when local headers are not read

2022-08-13 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-623: - Summary: make ZipFile's getRawInputStream usable when local headers are not read (was: Speed

[jira] [Updated] (COMPRESS-623) Speed up ZipFile's raw stream copying by not seeking for local headers until they're needed

2022-08-12 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/COMPRESS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-623: - Description: I have a somewhat odd use case with gigabytes of ZIP files, each with thousands

[jira] [Created] (COMPRESS-623) Speed up ZipFile's raw stream copying by not seeking for local headers until they're needed

2022-08-12 Thread Dawid Weiss (Jira)
Dawid Weiss created COMPRESS-623: Summary: Speed up ZipFile's raw stream copying by not seeking for local headers until they're needed Key: COMPRESS-623 URL: https://issues.apache.org/jira/browse/COMPRESS-623

[jira] [Comment Edited] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2018-02-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355425#comment-16355425 ] Dawid Weiss edited comment on COMPRESS-413 at 2/7/18 1:26 PM: -- This issue

[jira] [Commented] (COMPRESS-413) Travis build redundantly repeats compilation and tests redundantly

2018-02-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355425#comment-16355425 ] Dawid Weiss commented on COMPRESS-413: -- This commit introduced a transitive POM dependency on

[jira] [Commented] (COMPRESS-441) Remove dummyByte workaround from BoundedInputStream and use SequentialInputStream instead

2018-01-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16325520#comment-16325520 ] Dawid Weiss commented on COMPRESS-441: -- I provided a PR for this... forgot to link it to the issue?

[jira] [Created] (COMPRESS-441) Remove dummyByte workaround from BoundedInputStream and use SequentialInputStream instead

2018-01-12 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-441: Summary: Remove dummyByte workaround from BoundedInputStream and use SequentialInputStream instead Key: COMPRESS-441 URL: https://issues.apache.org/jira/browse/COMPRESS-441

[jira] [Updated] (COMPRESS-440) Speed up decoder for deflate64

2018-01-11 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-440: - Description: With the buffer applied in COMPRESS-438 the decompression speed is actually quite

[jira] [Created] (COMPRESS-440) Speed up decoder for deflate64

2018-01-11 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-440: Summary: Speed up decoder for deflate64 Key: COMPRESS-440 URL: https://issues.apache.org/jira/browse/COMPRESS-440 Project: Commons Compress Issue Type:

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319873#comment-16319873 ] Dawid Weiss commented on COMPRESS-380: -- I agree with you, Stefan. I was only talking about a buffer

[jira] [Commented] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319219#comment-16319219 ] Dawid Weiss commented on COMPRESS-438: -- COMPRESS-333 wasn't actually that much different to this

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Description: When decoders read from a raw underlying stream (such as a file channel), the

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: Check.java > ZipFile should create a buffered input stream for decoders inside >

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: (was: Check.java) > ZipFile should create a buffered input stream for decoders

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Description: When decoders read from a raw underlying stream (such as a file channel), the

[jira] [Updated] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-438: - Attachment: Check.java The code used for "benchmarking". > ZipFile should create a buffered

[jira] [Comment Edited] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319080#comment-16319080 ] Dawid Weiss edited comment on COMPRESS-380 at 1/9/18 9:00 PM: -- The thing

[jira] [Created] (COMPRESS-438) ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry)

2018-01-09 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-438: Summary: ZipFile should create a buffered input stream for decoders inside getInputStream(ZipArchiveEntry) Key: COMPRESS-438 URL:

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319085#comment-16319085 ] Dawid Weiss commented on COMPRESS-380: -- I'll file another issue for this, I think it's worth an

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16319080#comment-16319080 ] Dawid Weiss commented on COMPRESS-380: -- The thing is: I really like when the compiler makes it

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318920#comment-16318920 ] Dawid Weiss commented on COMPRESS-380: -- Yeah... I bet there'll be lots of people (like me) who

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318796#comment-16318796 ] Dawid Weiss commented on COMPRESS-380: -- In fact, I just decompressed the whole 6 gig archive in

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318790#comment-16318790 ] Dawid Weiss commented on COMPRESS-380: -- Also... it's really bad if the input stream is not buffered

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-09 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16318776#comment-16318776 ] Dawid Weiss commented on COMPRESS-380: -- Yup, much better. {code} before throughput: 826,371

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16317237#comment-16317237 ] Dawid Weiss commented on COMPRESS-380: -- I just realized that a *lot* of data in that archive is

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16317203#comment-16317203 ] Dawid Weiss commented on COMPRESS-380: -- Yup, I realize that. I wasn't trying to suggest to just

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16317182#comment-16317182 ] Dawid Weiss commented on COMPRESS-380: -- I've decompressed the entire ~6GB archive without any

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16316165#comment-16316165 ] Dawid Weiss commented on COMPRESS-380: -- Sure, I'll experiment and if it shows any improvement, I'll

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-08 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315853#comment-16315853 ] Dawid Weiss commented on COMPRESS-380: -- I'll check again once I get back home, thanks Stefan. I did

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-07 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16315460#comment-16315460 ] Dawid Weiss commented on COMPRESS-380: -- Hi Stefan. Seems to be this assertion causing this

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314733#comment-16314733 ] Dawid Weiss commented on COMPRESS-380: -- Just an additional comment -- the large archive's stats of

[jira] [Comment Edited] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314726#comment-16314726 ] Dawid Weiss edited comment on COMPRESS-380 at 1/6/18 4:19 PM: -- I isolated a

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-06 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314726#comment-16314726 ] Dawid Weiss commented on COMPRESS-380: -- I isolated a smaller example file that still fails at

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16314000#comment-16314000 ] Dawid Weiss commented on COMPRESS-380: -- Ran a super-quick sanity check on a huge zip of my local

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16313959#comment-16313959 ] Dawid Weiss commented on COMPRESS-380: -- I'll take a look and run some tests over the weekend,

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-04 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16312024#comment-16312024 ] Dawid Weiss commented on COMPRESS-380: -- Looks good to me. I thought you'd just return 0 and be done

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2018-01-04 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16311128#comment-16311128 ] Dawid Weiss commented on COMPRESS-380: -- Makes sense to me. Available must not block -- that's the

[jira] [Comment Edited] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16305302#comment-16305302 ] Dawid Weiss edited comment on COMPRESS-380 at 12/28/17 10:25 AM: - These

[jira] [Updated] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-380: - Attachment: archive.zip archive64.zip input2 These streams

[jira] [Updated] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-380: - Attachment: archive-deflate.zip archive-deflate64.zip

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16289544#comment-16289544 ] Dawid Weiss commented on COMPRESS-380: -- Unless it's some kind of vulnerability (which should be

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-12 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16288026#comment-16288026 ] Dawid Weiss commented on COMPRESS-380: -- I'm not a committer, but I looked at the patch and while I

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-12-02 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16275481#comment-16275481 ] Dawid Weiss commented on COMPRESS-380: -- The workflow would be to provide a patch file (diff) or

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-01-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839531#comment-15839531 ] Dawid Weiss commented on COMPRESS-380: -- Not necessarily bad wording -- I may be slow in the

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-01-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839517#comment-15839517 ] Dawid Weiss commented on COMPRESS-380: -- zip4j doesn't support DEFLATE64 either, just checked. >

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-01-26 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839507#comment-15839507 ] Dawid Weiss commented on COMPRESS-380: -- bq. A pure Java DEFLATE64 will certainly be slower than the

[jira] [Commented] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-01-25 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15838156#comment-15838156 ] Dawid Weiss commented on COMPRESS-380: -- Thanks Stefan! I don't know if I'll have the time to look

[jira] [Created] (COMPRESS-380) Support for ENHANCED_DEFLATED (Deflate64) in ZIP files

2017-01-25 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-380: Summary: Support for ENHANCED_DEFLATED (Deflate64) in ZIP files Key: COMPRESS-380 URL: https://issues.apache.org/jira/browse/COMPRESS-380 Project: Commons Compress

[jira] [Commented] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196233#comment-15196233 ] Dawid Weiss commented on COMPRESS-333: -- For completeness, COMPRESS-327 talks about seeking through

[jira] [Comment Edited] (COMPRESS-320) File listing and random access of 7Z files

2016-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196144#comment-15196144 ] Dawid Weiss edited comment on COMPRESS-320 at 3/15/16 8:16 PM: --- You're

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-03-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196144#comment-15196144 ] Dawid Weiss commented on COMPRESS-320: -- You're right. I still the confusion is partly because we

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-03-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193121#comment-15193121 ] Dawid Weiss commented on COMPRESS-320: -- Stefan, I think this issue should have an updated "fix

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-02-28 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171157#comment-15171157 ] Dawid Weiss commented on COMPRESS-320: -- Oh, I didn't take it the wrong way, no worries at all. I

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-02-24 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15163522#comment-15163522 ] Dawid Weiss commented on COMPRESS-320: -- True random access would be possible, but at some costs.

[jira] [Created] (COMPRESS-339) deprecate get() methods on SevenZFile and add getNextEntry().getInputStream() instead

2016-02-23 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-339: Summary: deprecate get() methods on SevenZFile and add getNextEntry().getInputStream() instead Key: COMPRESS-339 URL: https://issues.apache.org/jira/browse/COMPRESS-339

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-02-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15159073#comment-15159073 ] Dawid Weiss commented on COMPRESS-320: -- I created a pull request on github, here:

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-02-23 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15158703#comment-15158703 ] Dawid Weiss commented on COMPRESS-291: -- Adding a link to decompression buffering issue (partially

[jira] [Commented] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-02-05 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15134945#comment-15134945 ] Dawid Weiss commented on COMPRESS-333: -- I couldn't see much difference between the code you

[jira] [Created] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-02-03 Thread Dawid Weiss (JIRA)
Dawid Weiss created COMPRESS-333: Summary: bz2 stream decompressor is 10x slower than it could be Key: COMPRESS-333 URL: https://issues.apache.org/jira/browse/COMPRESS-333 Project: Commons Compress

[jira] [Comment Edited] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-02-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15130396#comment-15130396 ] Dawid Weiss edited comment on COMPRESS-333 at 2/3/16 1:41 PM: -- It's even

[jira] [Updated] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-02-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated COMPRESS-333: - Description: This is related to COMPRESS-291. In short: decompressing 7z archives was an order

[jira] [Commented] (COMPRESS-333) bz2 stream decompressor is 10x slower than it could be

2016-02-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15130396#comment-15130396 ] Dawid Weiss commented on COMPRESS-333: -- It's even better than I thought... So I wondered why the

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-02-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15130328#comment-15130328 ] Dawid Weiss commented on COMPRESS-291: -- Just a note -- I toyed with Hadoop's bz2 decompressor and

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-19 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15108171#comment-15108171 ] Dawid Weiss commented on COMPRESS-291: -- I don't think it's lzma in my case -- the 7z archive I

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-18 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15105219#comment-15105219 ] Dawid Weiss commented on COMPRESS-291: -- You're right, I just checked out of curiosity -- it is

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102338#comment-15102338 ] Dawid Weiss commented on COMPRESS-291: -- No, it's not going to make it any faster. I'm guessing your

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-15 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15102535#comment-15102535 ] Dawid Weiss commented on COMPRESS-291: -- This isn't related to the jira issue... perhaps the

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15098071#comment-15098071 ] Dawid Weiss commented on COMPRESS-291: -- Looked at the code again. I do understand the

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-14 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15101375#comment-15101375 ] Dawid Weiss commented on COMPRESS-291: -- No problem at all, Stefan. I dug into the code, it's

[jira] [Commented] (COMPRESS-291) decompress .7z archive very very slow

2016-01-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15096193#comment-15096193 ] Dawid Weiss commented on COMPRESS-291: -- This bit us too. I looked through the code. Indeed, I don't

[jira] [Commented] (COMPRESS-320) File listing and random access of 7Z files

2016-01-13 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15096198#comment-15096198 ] Dawid Weiss commented on COMPRESS-320: -- Related issue concerning listing all entries of a 7z

[jira] [Commented] (COMPRESS-297) Cleaning up unclosed ZipFile for archive

2015-01-10 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14272680#comment-14272680 ] Dawid Weiss commented on COMPRESS-297: -- That close field should be declared