RE: API change proposal: String concatenation boost

2008-09-21 Thread Jesús Viñuales
Hi Rémi. Thank you for your feedback! My comments... > You right about the fact the major use case is to use lot of append > in a loop but i not agree about the fact that this append is always > a append(String) or a append(Object). > append(char), append(int) are very popular too and > doesn't w

Re: API change proposal: String concatenation boost

2008-09-21 Thread Rémi Forax
Server Performance a écrit : Hello, this is my first collaboration to OpenJDK so sorry if I missed some step... And sorry for my English :-( This is my proposal to be discussed: THE GOAL: Boost the overall String concatenation / append operations. BACKGROUND / HISTORY: • At the beginning (JDK