Mercurial > hg > sv-dependency-builds
comparison src/capnproto-0.6.0/README.md @ 147:45360b968bf4
Cap'n Proto v0.6 + build for OSX
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 22 May 2017 10:01:37 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
146:206f0eb279b8 | 147:45360b968bf4 |
---|---|
1 <img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'> | |
2 | |
3 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think | |
4 JSON, except binary. Or think [Protocol Buffers](http://protobuf.googlecode.com), except faster. | |
5 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers. | |
6 | |
7 [Read more...](http://kentonv.github.com/capnproto/) |