forked from mirror/capnproto
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
868 B
Markdown
11 lines
868 B
Markdown
[![Quick Tests](https://github.com/capnproto/capnproto/workflows/Quick%20Tests/badge.svg?branch=master&event=push)](https://github.com/capnproto/capnproto/actions?query=workflow%3A%22Quick+Tests%22)
|
|
[![Release Tests](https://github.com/capnproto/capnproto/workflows/Release%20Tests/badge.svg?branch=master&event=push)](https://github.com/capnproto/capnproto/actions?query=workflow%3A%22Release+Tests%22)
|
|
|
|
<img src='http://kentonv.github.io/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
|
|
|
|
Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
|
|
JSON, except binary. Or think [Protocol Buffers](https://github.com/google/protobuf), except faster.
|
|
In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
|
|
|
|
[Read more...](http://kentonv.github.io/capnproto/)
|