Hi, I am looking for a version of ByteArrayOutputStream and DataOutputStream without synchronization. Does Apache Commons IO have this as part of their library? Or do you have a suggestion on an other class that has the same functionality with out synchronization. In my case, I can get 10 to 20% boost in performance by only removing synchronization from these class.
Thanks for your feedback, Eldon
