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 <brit...@apache.org> 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
> String allocation in StrBuilder.append(CharSequence) [1]. This looks like a
> nice improvement, so I'd like to include it. I've suggested to make some
> performance measurments, but I won't have the time to do them myself. I'd
> like to hear your opinion: do we need to measure the acutal performance
> improvment or can we include it, because it looks like an improvement and
> doesn't break anything?
>
> Benedikt
>
> [1] https://issues.apache.org/jira/browse/LANG-990
>
>
> --
> http://people.apache.org/~britter/
> http://www.systemoutprintln.de/
> http://twitter.com/BenediktRitter
> http://github.com/britter
>



-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to