commit | f7befc08def336abc265b4e209871832f1aec293 | [log] [tgz] |
---|---|---|
author | larsrc <larsrc@google.com> | Thu Aug 06 11:09:12 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Aug 06 11:11:10 2020 -0700 |
tree | 3e136c5ea4e22a58f16be7ad19adc2b6d646d81a | |
parent | 3e37b6b68373b40308d6728ab3fab3b68d57814e [diff] |
Make WorkerMultiplexerManager not key hash maps with integers, but with the actual WorkerKey object. This allows disambiguation of objects that have the same hashcode. Since the hash code is expensive to calculate, but the object is final, we cache the hash code in WorkerKey. RELNOTES: none PiperOrigin-RevId: 325268372
{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