[
https://issues.apache.org/jira/browse/IO-660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved IO-660.
---------------------
Resolution: Information Provided
> 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)