Java Optimization String vs Char Arrays

Posted by ThePinkPoo on Stack Overflow See other posts from Stack Overflow or by ThePinkPoo
Published on 2010-05-06T20:31:56Z Indexed on 2010/05/06 20:38 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

In a program I am writing I am doing a lot of string manipulation. I am trying to increase performance and am wondering if using char arrays would show a decent performance increase. Any suggestions?

© Stack Overflow or respective owner

Related posts about java

Related posts about optimization