commit | a41f9102cbb8b7042e4e472f25a04cde3d0479aa | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Wed Mar 09 19:27:57 2022 -0600 |
committer | GitHub <[email protected]> | Wed Mar 09 19:27:57 2022 -0600 |
tree | 20842482281c0b6cf92e32abc9024e02861804ec | |
parent | 8849b80942ee947665e1bf1d77e91b55d7053f5a [diff] | |
parent | fce8ba6164fe9c063b0e1418e6883238e123d20a [diff] |
Merge pull request #1437 from capnproto/expose-parser-loader Add `SchemaParser::getAllLoaded()` to get all parsed schemas.
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.