GP is a TMP-heavy library. See if compilation times can be optimized without sacrificing the runtime performance. Primary focus - document: - identify bottlenecks -- what are the heaviest template constructs - iterate on SFINAE vs. concepts - evaluate PCH - ...