andrew-d / bytebuf

Library for concurrency-safe read-only buffer of bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bytebuf

Go Reference CI Status

bytebuf is a library that provides an interface for a concurrency-safe read-only buffer of bytes, constructors from a variety of types, along with some optimized implementations for copying said buffers to files, network connections, etc.

About

Library for concurrency-safe read-only buffer of bytes

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%