You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "adam Retter (Jira)" <ji...@apache.org> on 2020/03/18 15:10:00 UTC

[jira] [Created] (IO-660) How to contribute patch for ByteArrayOutputStream

adam Retter created IO-660:
------------------------------

             Summary: How to contribute patch for ByteArrayOutputStream
                 Key: IO-660
                 URL: https://issues.apache.org/jira/browse/IO-660
             Project: Commons IO
          Issue Type: Bug
          Components: Streams/Writers
    Affects Versions: 2.6
            Reporter: adam Retter


I would like to contribute some code to improve ByteArrayOutputStream.

 

At the moment that class has explicit synchronisation, which impacts its performance when used in single-thread scenarios. I would like to refactor it into an AbstractByteArrayOutputStream and provide two implementations, one with sync and one without.

 

I also have a couple of additional utility methods that I would like to add to it...

 

What is the best way to start contributing to Commons-IO?



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