xiweiw16 commented on issue #1595:
URL: 
https://github.com/apache/incubator-brpc/issues/1595#issuecomment-1128652472

   > > > 之前我们做过实验,在框架层面支持 arena 所带来的性能提升很微弱,所以没有推进支持
   > > 
   > > 
   > > 在需要填充大量数据到Response中的情况下还是很有必要的,特别是业务代码都基于Arena的情况下,最后的数据Copy是明显的瓶颈。
   > 
   > 你的需求是框架创建的request和response对象都在Arena中分配吗?
   
   是的;不过我们的实际场景还需要业务能take the ownership of the arena for async usage of the 
subsequence logic


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to