annotate src/capnproto-0.6.0/README.md @ 77:4edcd14160a5 pa_catalina

Duplicate for patch testing
author Chris Cannam
date Wed, 30 Oct 2019 11:25:10 +0000
parents 0994c39f1e94
children
rev   line source
cannam@62 1 <img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
cannam@62 2
cannam@62 3 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
cannam@62 4 JSON, except binary. Or think [Protocol Buffers](http://protobuf.googlecode.com), except faster.
cannam@62 5 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
cannam@62 6
cannam@62 7 [Read more...](http://kentonv.github.com/capnproto/)