commit | 2c13e3f3912914bd9a453e2abe6bb517bfb20cc2 | [log] [tgz] |
---|---|---|
author | Taras Tsugrii <ttsugrii@fb.com> | Tue Aug 14 12:01:15 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Aug 14 12:03:02 2018 -0700 |
tree | 30edb177ef81d255fdd7aaeae671a6dadd89bce9 | |
parent | 1d6d4a7c7e197072b289887ea3f28a8942a191a3 [diff] |
[Skylark] Avoid unnecessary subList invocations. It's better to not add `self` positional argument if it's not needed, instead of adding it and removing it laster on. `subList` invoaction results in more allocations and CPU overhead when using positional args. Closes #5812. PiperOrigin-RevId: 208687360
{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.