Skip to content

capnproto/capnproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff191c6 · Mar 26, 2025
Mar 26, 2025
Mar 26, 2025
Jan 22, 2025
Jan 4, 2022
Jan 22, 2025
Nov 21, 2023
Aug 30, 2021
May 17, 2024
Jul 28, 2023
May 24, 2018
May 1, 2017
May 21, 2024
Apr 10, 2017
Apr 29, 2017
Apr 29, 2017
Dec 14, 2014
Sep 4, 2013
Dec 21, 2024
Jun 12, 2024
May 17, 2024

Repository files navigation

THIS IS THE V2 DEVELOPMENT BRANCH

On this branch, we may make breaking changes to the API at any time. Do not use this branch if you want stability. If you want "1.0 plus bug fixes", use the master branch.

For more, see the 1.0 release announcement:

https://capnproto.org/news/2023-07-28-capnproto-1.0.html


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