Description
Competitive-programming C++ builds can start faster when the common bits/stdc++.h header is precompiled. This package prepares that header for toolchains and editors used in contest practice, reducing repeated parsing cost for small programs. It is a development helper rather than a user-facing app, and it affects build behavior for code that includes the matching header.