Hi, folks. After way too long, I've finally gotten working a patch to integrate
the libio fp printing code into the library. For the example in the
performance testsuite, this is worth a 3.5x speedup, since the routines use
doubles in place of big int computations.
The catch (of course there's a catch) is that printing numbers not handled by
the fp optimizations are something like 2x slower than sprintf. This happens
when printing with more than about 15 digits of precision for double. For
general printing, this patch is MUCH faster.