Replace `String#byteslice` by custom `IO._bufread`.
`byteslice` creates 2 string objects. `_bufread` creates one, and modifies the original buffer string, that is more efficient.
Showing
Please register or sign in to comment
`byteslice` creates 2 string objects. `_bufread` creates one, and modifies the original buffer string, that is more efficient.