You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/08/31 16:11:03 UTC

[GitHub] [jena] afs opened a new issue, #1501: Buffer the input to bz2 decompression.

afs opened a new issue, #1501:
URL: https://github.com/apache/jena/issues/1501

   ### Version
   
   4.6.0
   
   ### Feature
   
   https://lists.apache.org/thread/z8cl2kwsdmg47l5o05xsyvsnc3s3ozzp
   
   > We checked code and the Apache Commons Compress docs, a colleague spotted the hint at https://commons.apache.org/proper/commons-compress/examples.html#Buffering :
   > 
   > > The stream classes all wrap around streams provided by the calling code and they work on them directly without any additional buffering. On the other hand most of them will benefit from buffering so it is highly recommended that users wrap their stream in Buffered(In|Out)putStreams before using the Commons Compress API.
   > we were curious about this statement, checked org.apache.jena.atlas.io.IO class and added one line in openFileEx
   > 
   > in = new BufferedInputStream(in);
   > 
   > which wraps the file stream before its passed to the decompressor streams 
   
   ### Are you interested in contributing a solution yourself?
   
   Yes


-- 
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@jena.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org


[GitHub] [jena] afs closed issue #1501: Buffer the input to bz2 decompression.

Posted by GitBox <gi...@apache.org>.
afs closed issue #1501: Buffer the input to bz2 decompression.
URL: https://github.com/apache/jena/issues/1501


-- 
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@jena.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org