lifangming commented on issue #978: URL: https://github.com/apache/incubator-brpc/issues/978#issuecomment-1067649481
这里是否可以支持flatbuffer?flatbuffer不需要反序列化,省去拷贝和计算的时间;序列化后flatbuffer可能会更大,但是protobuffer对string类型没有压缩,如果string类型的数据占多数,二者空间占用差距可能会更小 -- 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]
