schmichael wrote:
On the performance issue:
People like to think compiling from source gives you some sort of magical performance boost compared to using binary packages.
I speak from the result of much testing on a Xen 4-way Xeon server, the precompiled SSE instruction set linear algebra routines in Ubuntu are fairly close in performance to the natively compiled version.
I used to think there would be performance boosts for floating-point math libraries, since they would be most sensitive to compiler options.
Gentoo was just too painful to maintain for what small improvements in speed that I received. On the other hance, converting my code to use the parallel processors on the Xen servers is giving dramatic performance improvements. Hopefully in the next few years we will have more SMP cores per server, heh heh.
James