https://issues.apache.org/bugzilla/show_bug.cgi?id=54838

            Bug ID: 54838
           Summary: StringBuffer could be replaced by StringBuilder for
                    performance
           Product: POI
           Version: 3.9
          Hardware: Macintosh
                OS: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

I noticed the usage of StringBuffer in classes like
ReadOnlySharedStringTable.java.

Since POI isn't thread-safe, the StringBuffers could be replaced by
StringBuilder which are faster, since they require no-locking. Same goes for
possibly used Vectors etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to