commit | 0c249d54f7dd1f560b0f7f8807c1ed15ad067afb | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Oct 30 16:26:07 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 30 16:27:00 2020 -0700 |
tree | 52925895ca524fc2615d6551a3b11522802c7bd6 | |
parent | 84bf247496f696bfcf2f5077dc18962b61356ba1 [diff] |
Use INTERNER to manage canonical instances of source artifact roots. Blaze benchmark runs show there is no meaningful heap memory usage difference between this and the current solution, which relies on a predefined map. In contrast, when the Interner calls are removed from this CL, Blaze benchmark consistently shows around 7MB of heap memory usage increase, which is precisely as expected. PiperOrigin-RevId: 339959603
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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