skilxn-go commented on issue #978: BRPC是否有计划支持DPDK? URL: https://github.com/apache/incubator-brpc/issues/978#issuecomment-561510990 @jamesge 根据 perf 结果来看,CPU 开销很大部分在 protobuf 和 bvar 那些监控上面,我们也尝试过把 bvar 什么的都删除,然后仅保留 protobuf 和 dpdk 这样的 “极简模式”,单核性能提升 40% 左右。业内类似 erpc 这种,通过 dpdk 把吞吐打得特别高的,一般都是没有结构化的信息,或者一个极其简单的结构化信息,如果能把 protobuf 整个拿掉,可能效果会更明显一些。
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
