Zapcc: A (much) faster C++ compiler
ZAPCC OVERVIEW
Zapcc is a Clang based C++ compiler, with unique header compilation technology that speeds up C++ compilations. Zapcc accelerates by compiling and caching C++ header files, saving the time-intensive re-compilations of the same header files – similar to pre-compiled headers, but on steroids, resulting in much faster build times.
ZAPCC FEATURES
- Instant recompilation in specific cases
See examples - Linux, Windows support
Stay with your preferred development environment
- C++ 14 compliant
Enjoy latest C++ features - Clang/LLVM based
100% Clang compatible. Clang is a modern C++ compiler, used by Apple, Google, ARM and others - GCC Compatible
Designed to be GCC and Clang compatible, you can use zapcc with no changes to your build system
We believe that developers should not wait on compilers. Zapcc delivers exactly this.