I would like to see a comparison between modules and precompiled headers. I have a suspicion that using precompiled headers could provide the same build time gains with much less work.
replies(4):
Header units are basically chained PCHs. Sadly they are hard to build correctly at the moment.