Set release branch version to 0.5.4.
2 files changed
tree: d4d2e4a09845d15e95c958349a26b23fee0ff715
  1. c++/
  2. doc/
  3. highlighting/
  4. .gitignore
  5. CONTRIBUTORS
  6. LICENSE
  7. mega-test-quick.cfg
  8. mega-test.cfg
  9. mega-test.py
  10. README.md
  11. RELEASE-PROCESS.md
  12. release.sh
  13. 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...