commit | a8876b1518b6a5d1d8c145b5087d5c7d486e21d9 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Wed Jun 13 10:51:25 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jun 13 10:52:48 2018 -0700 |
tree | 7274e3713ba0852f587491eff695b826c95aa079 | |
parent | d7ce626a447ac5d612013ee46166c8acc063b04d [diff] |
Save nested set size after initial expand to avoid GC from resizing list when replaying. We stash the size in the same field as the order using bit packing. The small additional cost of masking out the int should be less than the resizing when replaying large nested sets. The upper size bound on nested sets will be 512M objects as a result. If Java had unsigned ints we could push it to 1G. RELNOTES: None PiperOrigin-RevId: 200417105
{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.