Cap'n Proto serialization/RPC system - core tools and C++ library https://capnproto.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Kenton Varda d0bab02e6c
Merge pull request #2417 from ryanofsky/pr/arrayb
PromiseDisposer: Use NOLINT to disable ArrayBound warning
4 days ago
.github/workflows Fix release builds on Ubuntu 22.04 action runners. 4 months ago
c++ PromiseDisposer: Use NOLINT to disable ArrayBound warning 1 week ago
doc Add link to Cap'n Proto Language Server 7 months ago
highlighting Fix typos 4 years ago
kjdoc Implement joinPromisesFailFast() 2 years ago
security-advisories Add security advisory for pointer-list-bounds bug. 3 years ago
.cirrus.yml Add Cirrus CI config to test FreeBSD. 4 years ago
.gitignore Add `MODULE.bazel` for bzlmod 6 months ago
CMakeLists.txt Require CMake 3.10. 6 months ago
CONTRIBUTORS Add myself to CONTRIBUTORS 7 years ago
LICENSE Update LICENSE and CONTRIBUTORS to mention Cloudflare as a copyright holder. 9 years ago
README.md Fix Readme Links 5 years ago
RELEASE-PROCESS.md Update release process documentation. 9 years ago
mega-test-kenton-home.cfg Re-run tests, still passing. 9 years ago
mega-test-kenton-work.cfg Re-run tests, still passing. 9 years ago
mega-test-quick.cfg Fix test script ugh. 11 years ago
mega-test.py Improve test scripts, and add a new mega-test script which runs super-test on all platforms in parallel with progress bars. 12 years ago
release.sh Set mainline version to 1.2-dev. 4 months ago
style-guide.md Update style guide guidance on indentation of braced init lists 3 years ago
super-test.sh Fix release builds on Ubuntu 22.04 action runners. 4 months ago

README.md

Quick Tests Release Tests

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