Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,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
}
Expand Down