commit | a202a1e5e2d6443cca48d2cc43abe8e62a4660ed | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Thu Nov 19 18:17:54 2020 -0600 |
committer | Kenton Varda <[email protected]> | Fri Nov 20 10:31:58 2020 -0600 |
tree | 0364133f044bcb0ce19f0a469cf0382062abc970 | |
parent | 547af0806c10fd6de7f409244e0a2d4106f17aa8 [diff] |
Fix MSVC CI build. I guess we depended on a vulnerability, lol.
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.