Skip to content

Even more optimizations on memory

Compare
Choose a tag to compare
@bettermanbao bettermanbao released this 31 Oct 01:57
· 21 commits to master since this release

Reduce memory footprint from kcp-go.

(https://github.com/xtaci/kcp-go/blob/master/kcp.go#L204)

xmitBuf is shared among sess.go/fec.go/kcp.go.

cacheline optimized fecgroup.

(STRONGLY RECOMMENDED FOR UPGRADING)