Set release branch version to 0.2.1.
1 file changed
tree: d87fcc29af161ea91616656070e319d95b71709f
  1. c++/
  2. doc/
  3. .gitignore
  4. LICENSE
  5. README.md
  6. RELEASE-PROCESS.md
  7. release.sh
  8. 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...