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.

Articles by others on the same topic (0)

There are currently no matching articles.