You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by "WingsGo (via GitHub)" <gi...@apache.org> on 2023/02/10 09:53:43 UTC

[GitHub] [brpc] WingsGo commented on issue #2120: IOBuf是否能支持连续的内存避免内存拷贝

WingsGo commented on issue #2120:
URL: https://github.com/apache/brpc/issues/2120#issuecomment-1425536427

   > 可以看看IOBuf的append_user_data函数
   
   我在数据发送端通过append_user_data避免了发送端的数据拷贝,但是在接收端拿到的就是IOBuf,从网络拿到的数据放到IOBuf这一步已经是不连续的内存了,这里接收端能保证接收到连续的内存来避免拷贝吗


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org