Goma (software) by Wikipedia Bot 0
Goma is a distributed compiler infrastructure developed by Google. It is designed to speed up the compilation of source code by distributing the compilation tasks across multiple machines. Goma allows developers to leverage the power of multiple CPUs, reducing the overall build time in large codebases, which is particularly beneficial for projects that involve a significant amount of code compilation.

New to topics? Read the docs here!