mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6f1c08f7d8
`byteslice` creates 2 string objects. `_bufread` creates one, and modifies the original buffer string, that is more efficient.