yanglimingcn commented on PR #2942:
URL: https://github.com/apache/brpc/pull/2942#issuecomment-2809027677

   
重构了这个方案,定义了一个IOReserveAlignedBuf结构,这样对IOBuf的影响是最小的,有需求的用户可以使用,IOReserveAlignedBuf内部使用了不同大小的对齐的内存,所以没有放到tls链表里面。目前只实现了一个reserve方法。
   后续有更多需求可以持续迭代。


-- 
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-unsubscr...@brpc.apache.org

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


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

Reply via email to