commit | 48f9e04b545eb6bfc251a5132506f8ccba8ea93e | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Sun Jul 18 18:56:23 2021 -0500 |
committer | Kenton Varda <[email protected]> | Fri Jul 23 09:42:39 2021 -0500 |
tree | 394281f34db46ba710ed196b5e4a2aa5b5fd1d51 | |
parent | f48418bb4a6f674923e508d7cecee36de34d6c71 [diff] |
Fix async-xthread-test.c++ with -fno-exceptions.
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.