Enable more warnings and -Werror in test script, fix problems.
5 files changed
tree: 09f5b9afddbc8b8785bf32d693fcca42ebea300f
  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...