Java Optimization String vs Char Arrays
- by ThePinkPoo
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?