commit | 505b80bfc96b818f71be47ca5c60d4746e63c911 | [log] [tgz] |
---|---|---|
author | David Koloski <dkoloski@fuchsia.infra.roller.google.com> | Thu Feb 27 13:32:15 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 27 13:36:06 2025 -0800 |
tree | 411c4504efc387b5ce2600f4a1ddfb0aabdf1c31 | |
parent | b6172362491107a2003b0fc91c413a3c9303248a [diff] |
[roll] Roll fuchsia [fidl][rust] Skip UTF-8 checking for ASCII strings Checking whether a string is ASCII is simpler and more vectorizable than checking whether it's UTF-8. Most UTF-8 strings have non-ASCII bytes very close to the start of the input, so we'll fall back to UTF-8 validation relatively quickly. For most of our use cases, we'll also be dealing with ASCII strings so we should see most of this benefit. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203704 Original-Revision: 7908b8927e5ff9ca15c60a4b5b400f6d165b0e15 GitOrigin-RevId: a0e33fd5aa5c3bdcd391b56bc4323bca14ce440b Change-Id: Ic811325f50a376715aedf4f976e02826f789e280
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.