commit | 92a872b4117de3937d7535976a387e8be4ca1f57 | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Mon Jun 03 02:30:12 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jun 03 02:31:05 2019 -0700 |
tree | 4a064849e84b9afa27ea8286c182033179f0d8dc | |
parent | ba3f88bddda3cfefcb8960ad98a280ef20f3ca89 [diff] |
Query: new "graphless" implementation This is the initial commit of a new query implementation that does not copy parts of the graph into a Digraph instance. Initially, this only works for unordered output. This is significantly faster than the current implementation, especially for use cases where the caller only wants to dump package information, e.g., bazel query <package>:*, which are commonly done by tools that want to work with packages but do not use any advanced query functionality. PiperOrigin-RevId: 251191861
{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.