Add mega-test config for Kenton's home machine.

This is currently passing.
2 files changed
tree: 00463f13a94e4310a49bb129935d5d269b66994f
  1. c++/
  2. doc/
  3. highlighting/
  4. security-advisories/
  5. .gitignore
  6. .travis.yml
  7. appveyor.yml
  8. CONTRIBUTORS
  9. LICENSE
  10. mega-test-kenton-home.cfg
  11. mega-test-quick.cfg
  12. mega-test.py
  13. README.md
  14. RELEASE-PROCESS.md
  15. release.sh
  16. style-guide.md
  17. 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...