On Fri, May 13, 2005 at 01:47:12PM -0600, Warren Young wrote:
> >I just notice the examples take a while to compile on my system (PII)
>
> Are you running GCC 4 on that one, or do you have another system with
> that compiler? (I know you have it on at least one system...) It's
> supposed to be faster at compiling template code. In my experience,
> it's templates that slow g++ down the most.
This is all with GCC 4, and it is faster. GCC 4 is great. I haven't
gone the whole jump and compiled my Gentoo system with it, since it *is*
a 0 release, but I'm using it for mysql++.
I notice it takes longer to compile the example files than it does
the mysql++ sources. (comparing just the single file compile times,
not the whole thing) Since only the examples include everything, I hoped
that would be the place to speed things up, but it could just be the
custom.h headers causing the majority of the delay.
It's not really that bad, I just want it to be better. :-)
- Chris