commit | 6d107187cb0431693180da6d1b73d25814ad3f32 | [log] [tgz] |
---|---|---|
author | Ben Caimano <[email protected]> | Fri May 13 17:01:37 2022 -0400 |
committer | Ben Caimano <[email protected]> | Fri May 13 17:14:49 2022 -0400 |
tree | 1185bb86aeb1b66818307f498c0b7c86707823a7 | |
parent | 02dc92c900babbd232fbcdd14f7ccf44d234ee77 [diff] |
Move `countLines()` inside if pragma This function was recognized as unused for MSVC and arm builds.
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.