commit | ad34b9a7f3c1b9332eb93a80b0f4bc4499b1d0fa | [log] [tgz] |
---|---|---|
author | tomlu <tomlu@google.com> | Fri Jun 08 10:45:04 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jun 08 10:46:34 2018 -0700 |
tree | 2b935e4f69cb11f477271a2f42a920879cb5388e | |
parent | cd751ca2bb3677a15e0187f764415a6659417624 [diff] |
Use unsafe String operations when writing parameter files. When a LATIN-1 parameter file is requested, we can take advantage of the fact that JDK9 strings are (usually) stored as LATIN-1. For UTF-8, we can still optimize for the common case where a LATIN-1 string contains only ASCII characters, as these are bit-identical between UTF-8 and LATIN-1. This would still be expected to be the vast majority of parameter file contents. RELNOTES: None PiperOrigin-RevId: 199816430
{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.