annotate src/capnproto-git-20161025/README.md @ 51:bbebe9a28170
Add Capnp and KJ builds for Win32
author |
Chris Cannam |
date |
Wed, 26 Oct 2016 13:24:45 +0100 |
parents |
9530b331f8c1 |
children |
|
rev |
line source |
cannam@48
|
1 <img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
|
cannam@48
|
2
|
cannam@48
|
3 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
|
cannam@48
|
4 JSON, except binary. Or think [Protocol Buffers](http://protobuf.googlecode.com), except faster.
|
cannam@48
|
5 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
|
cannam@48
|
6
|
cannam@48
|
7 [Read more...](http://kentonv.github.com/capnproto/)
|