commit | 7777f4805086fc5998240772f7b3906a40bc3ec0 | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Thu Aug 09 09:22:46 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Aug 09 09:23:51 2018 -0700 |
tree | e77e79b469a6b849e45d559397c24dc3b4c71878 | |
parent | b59d65443a9df242b1c6ba9ef0912ff02941a123 [diff] |
Reduce contention in the digest map. During reads and writes a read lock is taken. If we need to resize the table, a write lock is taken to flush all the readers and writers before the table is resized. The read lock should be significantly cheaper than full synchronisation since multiple threads can grab a read lock at once. RELNOTES: None PiperOrigin-RevId: 208059810
{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.