You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize non-ASCII StringView path for inlined strings
For inlined StringView strings (<=12 bytes), count UTF-8 characters
directly from the u128 view using bitwise operations, avoiding
value_unchecked() overhead. This gives ~1.37x speedup for short
UTF-8 StringView strings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments