Set release branch version to 0.3.0.
2 files changed
tree: 88dacd70647dcd43e377c2595c31dae442652770
  1. c++/
  2. doc/
  3. .gitignore
  4. LICENSE
  5. mega-test-quick.cfg
  6. mega-test.cfg
  7. mega-test.py
  8. README.md
  9. RELEASE-PROCESS.md
  10. release.sh
  11. super-test.sh
README.md

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.

Read more...