https://github.com/Molth/Kcp-CSharp
非托管相对于托管,能够更好的利用内存。 ArrayPool<byte>在容量太小的时候,多余的byte[]会出现gc; 容量太大的时候,ArrayPool<byte>.Bucket内部的byte[]?[]会被压缩,影响性能。 非托管能够很好的避免这个问题。
👍
egametang 适配了ET,添加了消息头 https://github.com/Molth/Kcp-CSharp/tree/managed