commit | 60c288a5fb06f13d47de066c1e252339bd181e20 | [log] [tgz] |
---|---|---|
author | Taras Tsugrii <ttsugrii@fb.com> | Mon Jul 30 13:25:57 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Mon Jul 30 13:27:26 2018 -0700 |
tree | 2b3954ae1ce2caa9458f32ab162abff2a97f923c | |
parent | df8bf902e642ad8e8244e7fd58f1c36a6dfadb6c [diff] |
[Skylark] Size argument list builder to avoid allocations. This change is focused on 2 things: - avoid creating builders in case they don't end up being used - create builders using the maximum expected size to avoid intermediate allocations to accommodate more elements Closes #5694. PiperOrigin-RevId: 206636046
{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.