SkillAgentSearch skills...

Zerocopy

go zerocopy.Reader interface and implementation

Install / Use

/learn @pwaller/Zerocopy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1y ago
Forks2

Languages

Go

Security Score

60/100

Audited on Mar 3, 2025

No findings