Split array and string stuff out of type-safety.h.
14 files changed
tree: 2675ac268b839aad814e5fcd79cdc2431912f337
  1. c++/
  2. compiler/
  3. doc/
  4. .gitignore
  5. LICENSE
  6. README.md
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...