commit | 20b46c727e2af45c82d3f1f85470dd1b8025d8b7 | [log] [tgz] |
---|---|---|
author | kush <kush@google.com> | Thu Oct 05 21:32:16 2017 +0200 |
committer | Klaus Aehlig <aehlig@google.com> | Fri Oct 06 19:47:56 2017 +0200 |
tree | 82cf669a20800dbb07ed0721efb7bcd3d64ac557 | |
parent | e9cc5120754841baafe2f37d76fcfa8bb63e7d45 [diff] |
Speed up fingerprint and hashcode computation by: 1. Add a fingerprint of the FilesetTraversalParams rather than the transitive closure of its attributes, while adding the FilesetTraversalParams to a Fingerprint. 2. Memoize the above fingerprint computations as well as hashCode computations for FilesetTraversalparams. Use AutoValue's @Memoize as well as equals and hashcode to simplify the code. RELNOTES: None PiperOrigin-RevId: 171191126
{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 system. 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.