My rules of optimization :)
#1 rule of optimization: don't do it.
#2 rule: profile it, then don't do it.
#3 rule: profile it, discuss it, maybe do it.
Better source for rules of optimization:
http://c2.com/cgi/wiki?RulesOfOptimization
Gary
On Thu, Apr 3, 2014 at 2:39 AM, Benedikt Ritter wrote
On 3 April 2014 07:39, Benedikt Ritter wrote:
> Hi all,
>
> we have discussed this before. Thanks to Niall, all the JavaDoc issues are
> now resolved, so I'm hoping to find the time this weekend to roll out an
> RC.
>
> There is one issue that we could consider for inclusion: LANG-990 - Avoid
> St
Hi all,
we have discussed this before. Thanks to Niall, all the JavaDoc issues are
now resolved, so I'm hoping to find the time this weekend to roll out an
RC.
There is one issue that we could consider for inclusion: LANG-990 - Avoid
String allocation in StrBuilder.append(CharSequence) [1]. This