Dossier
zero-copy
Coverage of zero-copy in the Nexus archive.
- Zero-copy in Go: sendfile, splice, and the cost of io.Copy
The article discusses zero-copy techniques in Go, focusing on sendfile and splice system calls as alternatives to io.Copy for reducing data copying overhead during file transfers.
- Solandy - Byte Alignment for Zero-Copy [Solana Tutorial] - Apr 8th '26
A tutorial on Solana's byte alignment technique for zero-copy operations, submitted by an anonymous user on Reddit. The article focuses on technical aspects of optimizing data structures in the Solana blockchain platform.