Interesting that they are making such heavy wind of their 'innovations' like loop unrolling. I would be interested in how much mileage they will get out of those tricks in more complicated code. I do not intend to disparage their approach, but maintaining code with too many cute optimizations costs a lot of man hours to debug and extend. Additionally you are never sure (at least with java) how the code is actually executed across the different jvm implementations (as we have seen with the whole FastMath.exp function debate here on the list). Good press for Apache Commons Math!
-Greg On Fri, Oct 14, 2011 at 9:47 AM, Emmanuel Bourg <ebo...@apache.org> wrote: > Hi, > > I just saw this article, that might be of interest for some of the [math] > devs. They claim to have found an optimization that is 1.6 times faster than > Commons Math : > > http://www.opengamma.com/blog/**2011/10/14/maths-library-**development<http://www.opengamma.com/blog/2011/10/14/maths-library-development> > > Emmanuel Bourg > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > dev-unsubscribe@commons.**apache.org<dev-unsubscr...@commons.apache.org> > For additional commands, e-mail: dev-h...@commons.apache.org > >