You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/05/30 14:22:22 UTC

[GitHub] [qpid-dispatch] franz1981 commented on issue #514: DISPATCH-1349 qd_buffer_list_clone is wasting dst buffers available capacity

franz1981 commented on issue #514: DISPATCH-1349 qd_buffer_list_clone is wasting dst buffers available capacity
URL: https://github.com/apache/qpid-dispatch/pull/514#issuecomment-497347414
 
 
   @ChugR Totally agree. I was (wrongly) expecting this method to often have >= 1 buffer to be copied, but I see that is not the case.
   That means that the most of the cost of this method comes by just allocating the dst buffer and touching the src buffer (that seems to always be "cold" cache-wise).

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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