commit | 81c937955ae06bfe385b2fecf6249b8a41286eee | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Tue Jul 02 10:30:31 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 02 10:31:39 2019 -0700 |
tree | e4f06356a6f5dd64551706f07b7fc204f182e3b9 | |
parent | 62fa89d45ca459f35e73036b39c8aa3b3f45a6d2 [diff] |
Implement a slightly more efficient algorithm to sample the oldest actions in the UI. This is not more efficient in terms of big-O, but using a heap and just removing the top elements means that we can skip some unnecessary work. Plus, using a heap is a lot more efficient in terms of memory allocation. RELNOTES: None. PiperOrigin-RevId: 256191956
{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.