mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
5d6cc2892d
io.Reader is actually a more efficient interface than io.RuneReader, as we can pull bytes out and check for cache hits without doing redundant rune<->string conversions. This isn't implemented yet, however. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>