We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目地址:https://github.com/sogou/srpc SRPC是一个工程学角度设计完美的rpc项目,具有以下功能特点:
SRPC
pb
thrift
baidu-std
thrift framed
brpc
apache thrift
sogou-std
binary
http/json
http/binary
iocp
Sogou C++ Workflow
The text was updated successfully, but these errors were encountered:
Merge pull request #48 from sogou/windows
65a2253
merge from sogou/workflow
No branches or pull requests
作为C++ Workflow生态的最重要一个项目,SRPC已经在GitHub开源。
项目地址:https://github.com/sogou/srpc
SRPC
是一个工程学角度设计完美的rpc项目,具有以下功能特点:pb
或thrift
格式的接口描述文件,一键迁移基于thrift
的项目,性能更优。baidu-std
协议,支持thrift framed
协议,与brpc
,apache thrift
互通。支持sogou-std
协议,这个协议同时支持pb
和thrift
格式的接口描述。binary
,http/json
,http/binary
的传输,对业务无感。baidu-std
协议时,性能大多数场景大幅超越原生brpc
。而且更为易用。brpc
了。相同配置的机器,Windows性能优于Linux(iocp
厉害)。SRPC
是workflow上的一套协议。强烈推荐。
SRPC
优秀的表现也印证了Sogou C++ Workflow
的强大功能。The text was updated successfully, but these errors were encountered: