annotate src/capnproto-0.6.0/README.md @ 164:9fa11135915a
This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Thu, 31 Oct 2019 13:20:41 +0000 |
parents |
45360b968bf4 |
children |
|
rev |
line source |
cannam@147
|
1 <img src='http://kentonv.github.com/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
|
cannam@147
|
2
|
cannam@147
|
3 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
|
cannam@147
|
4 JSON, except binary. Or think [Protocol Buffers](http://protobuf.googlecode.com), except faster.
|
cannam@147
|
5 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
|
cannam@147
|
6
|
cannam@147
|
7 [Read more...](http://kentonv.github.com/capnproto/)
|