Menu

#38 Improve String concatenation over standard Java behavior

open
nobody
None
5
2005-04-14
2005-04-14
Anonymous
No

Replace the Java method of String concatenation with
the use
of StringBuffer on j2sdk < 1.5 and StringBuilder for
any later
version.

Discussion

  • Daniel Bonniot

    Daniel Bonniot - 2005-04-19

    Logged In: YES
    user_id=88952

    Agreed. Is there an urgent need for this? I assume this is
    an optimization that is good to have, but not critical in
    most programs. Please set the priority accordingly,
    depending on how important this is for you.

     
  • Artem Grinblat

    Artem Grinblat - 2005-04-29

    Logged In: YES
    user_id=289741

    Since we have our own "+" implementation in Nice, can we
    implement our own StringBuilder, and use it independently of
    JDK?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.