Create a script that builds the release.
3 files changed
tree: 2a6d79b3af744a2e35971a5a87d5f3343ce993b3
  1. c++/
  2. compiler/
  3. doc/
  4. .gitignore
  5. LICENSE
  6. README.md
  7. RELEASE-PROCESS.md
  8. release.sh
  9. 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...