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
Fix u128 bitwise trick to mask out bytes beyond string length
Inlined StringView values only occupy the first `len` bytes of the
12-byte data region. Mask out remaining bytes to avoid counting
garbage continuation bytes. Also trimmed verbose comments.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments