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
Performance: Add FastReader.readUntil() for bulk character reading
- Reads characters into buffer until one of two delimiters is found
- Delimiter character is NOT consumed - remains for next read()
- Optimized for scanning strings (stop at quote or backslash)
- Enables bulk string parsing optimization in json-io JsonParser
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments