C++ Modules: A Broken Promise?
This article takes a pessimistic view on the progress of C++ modules. The author argues that if C++ modules cannot demonstrate a 5x (preferably 10x) compilation speedup across multiple existing open-source codebases, they should be abandoned. The article highlights the challenging development journey, citing the tight integration required between compilers and build systems as a major hurdle. The author emphasizes that the focus should be on improving compilation speed rather than addressing relatively rare issues like macro leakage. He recounts the standardization process, pointing out underestimation of implementation difficulties. Finally, the author suggests an alternative approach – `import std` – while acknowledging its limited potential for improvement.