commit | b256b41c18dec44c5de84681e9f94bd26e9399bc | [log] [tgz] |
---|---|---|
author | jhorvitz <jhorvitz@google.com> | Thu Jan 14 11:56:42 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Jan 14 11:58:31 2021 -0800 |
tree | 03024fdd9213bccd13744e88fcad07018f8849f0 | |
parent | 32721fb6a1bba90e2d164e79dcec92f2a90d5cc0 [diff] |
Automated rollback of commit 52bf46b324a6bcc8f90f6b2ffaf6d877ff50ccf6. *** Reason for rollback *** b/177552620 *** Original change description *** Reduce needless contention in the include scanner's fileParseCache. The computeIfAbsent() function of ConcurrentHashMap is supposed to have a fast implementation and the map will then allow ~number of processors concurrent writes. However, reading a file and extracting the include lines can be a costly IO operation that does not fit this bill. Use futures instead. RELNOTES: None. PiperOrigin-RevId: 351846931
{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