Cap'n Proto serialization/RPC system - core tools and C++ library
C++ Cap'n Proto Shell CMake M4 Makefile Other
Latest commit e651ac5 Jul 12, 2017 @sonologic sonologic committed with kentonv Do not use execinfo.h with uclibc (#511)

README.md

Unix: Unix Build Status Windows: Windows Build Status

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...