commit | c768244181c2a852ebe32fe685f82aa21150d198 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Wed Oct 02 04:13:57 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 02 04:14:48 2019 -0700 |
tree | 58458ca06cb6b849bdc8e00014a42054e9f6e146 | |
parent | 29e40225fbb710a9982cf8345f92f52c443e3bc5 [diff] |
Bazel client: faster startup flag diff'ing Speed up computing the set of changed startup flags. Replace linear search (quadratic complexity) with lookups in std::unordered_map (linear complexity) and computing map difference. Closes #9409. Change-Id: Ic8caf00f2898a5e5d329cbdf79cb5507589254c8 PiperOrigin-RevId: 272408305
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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.