commit | 3057add9fa858a957f08bb1e30406ce08355d8a3 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Wed Aug 22 07:55:23 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Aug 22 07:57:04 2018 -0700 |
tree | 582d73a79e6148af2f7aade96353d41afc10e141 | |
parent | 464a8941b07dd597c53aeec0ca506c4f6cd5d7bf [diff] |
Remove two parallel constructor chains starting from ParallelEvaluator. This is in preparation of changing the ExecutorService used for certain phases. More specifically, in the analysis phase, the same executor can be used for loading the target patterns and configuring the targets and using a ForkJoinPool there is about 10% more efficient than using a PriorityBlockingQueue-based ThreadPoolExecutor. RELNOTES: None. PiperOrigin-RevId: 209765043
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.