|
Boost Users : |
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2006-04-12 08:33:14
Lynn Allan wrote:
> Are there guidelines for speeding up compilation/linkage of code that
> moderately/heavily uses templates? It seems to take a looooong time,
> even on a relatively modern development computer.
You might play with the include path ordering. I achieved big speed
improvements by placing boost first in the list, along with moving to last a
path with a truly huge number of header files. Additionally, I use MS
briefcase to keep a local copy of that last path, which resides on our
network.
I'm using VC7.1, boost_1_33_1.
Jeff
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net