commit | f9d4fa6a22496c42fb37e7c43c0341d3cdcf7ea1 | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Tue Sep 29 03:12:42 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 29 03:13:34 2020 -0700 |
tree | 43fa8ee3668e1d580a66c1cf3cd4b7a1dfe5dda2 | |
parent | eb20f460da1f3e79012b715ec15ce18d7ed1c4b6 [diff] |
Speed up filterListForObscuringSymlinks(). When checking the parent-directory structure for obscuring symlinks, we repeatedly test the same path if there are multiple runfiles in the same (sub)directory. Caching results can speed this up substantially. Also set the expected size of the resulting map as we don't expect anything to be obscured. RELNOTES: None. PiperOrigin-RevId: 334341624
{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