commit | 7f6922115085156db507f971714b36e180713ba1 | [log] [tgz] |
---|---|---|
author | Jonas Vautherin <[email protected]> | Tue Jan 18 01:36:26 2022 +0100 |
committer | Jonas Vautherin <[email protected]> | Tue Jan 18 02:27:57 2022 +0100 |
tree | f8a7ab264f52086480ec5c3c8de2f979971f655d | |
parent | 0c80c300f07d88bc31e9fc7b7e888ed20c33babf [diff] |
Fix: C++14 requires out-of-line definition of member variable
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.