Skip to content

zhoudianyou/zerocopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zerocopy

A zero-copy Reader interface, which returns a byte slice pointing at the underlying memory rather than copying it to you.

Documentation

Zero copy streams of *bytes.Reader and *os.File.

These are inherently unsafe since we violate the laws of the language to obtain access to the underlying byte slice of the *bytes.Reader.

It's all in good fun, though?

Caveat Emptor.

About

go zerocopy.Reader interface and implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%