commit | 611432c3ae8450afb92c003a3cd22052fca2ebad | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Thu Mar 10 11:13:11 2022 -0600 |
committer | GitHub <[email protected]> | Thu Mar 10 11:13:11 2022 -0600 |
tree | a059518e1fbeb470ef8491c9d16612c296c7d308 | |
parent | a41f9102cbb8b7042e4e472f25a04cde3d0479aa [diff] | |
parent | de1c8e736b51d533732742f3b757df56827fac8f [diff] |
Merge pull request #1438 from vaci/vaci/defer-cancel allow defer to be cancelled
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.