bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/21869] We should to use StringBuilder instead of StringBu


From: ian dot rogers at manchester dot ac dot uk
Subject: [Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.
Date: 7 Feb 2008 12:10:10 -0000


------- Comment #4 from ian dot rogers at manchester dot ac dot uk  2008-02-07 
12:10 -------
There are two improvements described here:

1) avoid synchronization by the use of StringBuilder rather than StringBuffer

this is some what trivial and has largely been carried out in the Classpath
code base

2) switch to using a GCJ style string buffer that avoids copies

this is still awaiting action


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21869





reply via email to

[Prev in Thread] Current Thread [Next in Thread]