Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Information Provided
-
2.6
-
None
-
None
Description
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?