annotate src/capnproto-git-20161025/README.md @ 137:b38f6c5a0453
Remove compiler/platform combos we don't support
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 26 Oct 2016 13:25:08 +0100 |
parents |
1ac99bfc383d |
children |
|
rev |
line source |
cannam@133
|
1 <img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
|
cannam@133
|
2
|
cannam@133
|
3 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
|
cannam@133
|
4 JSON, except binary. Or think [Protocol Buffers](http://protobuf.googlecode.com), except faster.
|
cannam@133
|
5 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
|
cannam@133
|
6
|
cannam@133
|
7 [Read more...](http://kentonv.github.com/capnproto/)
|