Q1ngbo commented on PR #3062: URL: https://github.com/apache/brpc/pull/3062#issuecomment-3205350387
> Add Flatbuffers-based RPC handling policy to apache/brpc. These steps have a sequential dependency, and this commit completes the first step. Flatbuffers requires that data to be serialized/deserialized be stored in a contiguous memory buffer. To meet this requirement, we designed SingleIOBuf. Unlike brpc’s existing IOBuf, SingleIOBuf uses a single Block to hold contiguous data, which better aligns with Flatbuffers' memory layout requirements. We also defined corresponding memory allocation and release interfaces to support efficient management of SingleIOBuf. @Q1ngbo 想问一下,这个支持完了之后,bRPC是要实现一个新的协议吗?还是可以直接用baidu_std协议? 是的,会实现一个新的协议。 -- 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