commit | 5260019fd6a1142e1c0cd0687754cc42440acb87 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Thu May 23 09:19:22 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 23 09:20:43 2019 -0700 |
tree | e13b66d94ee5dbb8204638910e5a52ac2f27a869 | |
parent | f1e5e8722b4cab27ba740258659cd797425d77d5 [diff] |
Query performance: use a custom Iterator impl For queries that primarily list the targets in a package or set of packages, this can be on the critical path. I've seen significant performance improvements with this change (after a number of other fixes), and the implementation is not significantly more complex than before, so I'm calling it a net win. Also add some basic tests for the values() collection. PiperOrigin-RevId: 249656957
{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.