You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2017/06/05 21:59:04 UTC

[jira] [Created] (IO-538) Non Synchronized CharArrayWriter

BELUGA BEHR created IO-538:
------------------------------

             Summary: Non Synchronized CharArrayWriter 
                 Key: IO-538
                 URL: https://issues.apache.org/jira/browse/IO-538
             Project: Commons IO
          Issue Type: New Feature
          Components: Streams/Writers
    Affects Versions: 2.5
            Reporter: BELUGA BEHR
            Priority: Minor


There currently exists {{StringBuilderWriter}}. This implementation, as an alternative to java.io.StringWriter, provides an un-synchronized (i.e. for use in a single thread) implementation for better performance.

It would be nice if there way one for CharArrayWriter as well.

https://www.igorkromin.net/index.php/2015/08/20/java-stringwriter-vs-chararraywriter-which-one-to-choose-for-performance/



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)