This commit is contained in:
claudecodering 2026-08-12 02:37:13 +09:00 committed by GitHub
commit 7bdad4b02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,8 +217,7 @@ func (r *Reader) feed(src io.Reader) {
// position in the slab so that a straddling item that doesn't go
// beyond the boundary of a slab doesn't need to be copied to
// another buffer. However, the performance gain is negligible in
// practice (< 0.1%) and is not
// worth the added complexity.
// practice (< 0.1%) and is not worth the added complexity.
leftover = append(leftover, buf...)
break
}