commit | ba54c267dbf7cf6a23f0878b34c7299f1b53825e | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Fri Jul 23 12:17:24 2021 -0500 |
committer | Kenton Varda <[email protected]> | Fri Jul 23 21:39:21 2021 -0500 |
tree | 2de3bbddbba59932c6144b3bafd711bb063465a9 | |
parent | b08dbedfeac3d60b59908d32ff58c7f78e022e92 [diff] |
Use ubuntu-latest in all CI jobs, not ubuntu-18.04, which no longer works. We have to update the compiler verisons to what's actually available in ubuntu-latest.
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.