Commit 1127018
Optimize FastReader.readUntil() scan loop and simplify position update
Use do-while with single array access per iteration instead of double
access in while condition. Hoist position assignment above delimiter
check to eliminate duplicate write.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent db1dbe1 commit 1127018
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| 238 | + | |
237 | 239 | | |
238 | | - | |
239 | | - | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | | - | |
243 | 242 | | |
244 | 243 | | |
245 | 244 | | |
| |||
0 commit comments