slackbuilds/libraries/capnproto
Andre Barboza c564210c85 libraries/capnproto: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-06-24 08:32:25 +07:00
..
README
capnproto.SlackBuild libraries/capnproto: Updated for version 0.6.1. 2017-06-24 08:32:25 +07:00
capnproto.info libraries/capnproto: Updated for version 0.6.1. 2017-06-24 08:32:25 +07:00
slack-desc

README

Cap'n Proto is an insanely fast data interchange format and
capability-based RPC system. Think JSON, except binary. Or think
Protocol Buffers, except faster. In fact, in benchmarks, Cap'n Proto
is INFINITY TIMES faster than Protocol Buffers.

This benchmark is, of course, unfair. It is only measuring the time
to encode and decode a message in memory. Cap'n Proto gets a perfect
score because there is no encoding/decoding step. The Cap'n Proto
encoding is appropriate both as a data interchange format and an
in-memory representation, so once your structure is built, you can
simply write the bytes straight out to disk!