GitHub user lizining1231 added a comment to the discussion: [OSPP 2026] Triple 协议性能分析与优化
谢谢详细的阅评!那我接下来的方向: 1. 提issue 与 pr 先给客户端 protoWrapperCodec 加保持原语义的 MarshalAppend(复用外层输出),这项相对低成本、wire 不变、收益就是消掉 wrapper 层的新分配 2. 先提proposal 内容尝试让 hessian/msgpack 编码器支持直接写进调用方缓冲区、构建 wrapper 的字段,解决"长度预计算 / 预留回填 / 分段输出",不能只是把复制挪一个位置而是消除 3. 将方向更新至plan GitHub link: https://github.com/apache/dubbo-go/discussions/3673#discussioncomment-18303825 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
