capnproto

FORK: Cap'n Proto serialization/RPC system - core tools and C++ library
git clone https://git.neptards.moe/neptards/capnproto.git
Log | Files | Refs | README | LICENSE

README.md (868B)


      1 [![Quick Tests](https://github.com/capnproto/capnproto/workflows/Quick%20Tests/badge.svg?branch=master&event=push)](https://github.com/capnproto/capnproto/actions?query=workflow%3A%22Quick+Tests%22)
      2 [![Release Tests](https://github.com/capnproto/capnproto/workflows/Release%20Tests/badge.svg?branch=master&event=push)](https://github.com/capnproto/capnproto/actions?query=workflow%3A%22Release+Tests%22)
      3 
      4 <img src='http://kentonv.github.io/capnproto/images/infinity-times-faster.png' style='width:334px; height:306px; float: right;'>
      5 
      6 Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think
      7 JSON, except binary. Or think [Protocol Buffers](https://github.com/google/protobuf), except faster.
      8 In fact, in benchmarks, Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
      9 
     10 [Read more...](http://kentonv.github.io/capnproto/)