Skip to content

traherom/memstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Memstream is an expandable ReadWriteSeeker for Golang that works with an internally managed byte buffer. Operation is usage is intended to be seamless and smooth.

In situations where the maximum read/write sizes are known, a fixed []byte/byte buffer will likely offer better performance.

Docs

As with all Go packages, documentation can be found on godoc.org.

Install

 $ go get github.com/traherom/memstream

About

[]byte-backed ReadWriteSeeker for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages