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

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

    [ https://issues.apache.org/jira/browse/IO-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062000#comment-17062000 ] 

Gary D. Gregory commented on IO-660:
------------------------------------

# Read [https://commons.apache.org/patches.html]
 # Subscribe to [https://commons.apache.org/proper/commons-io/mail-lists.html]
 # Submit PRs: [https://github.com/apache/commons-io]

> 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
>            Priority: Trivial
>
> 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)