commit | 71a29a6eb7cd0a018805a3edce0a4020cfcb7663 | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Tue Feb 08 12:01:49 2022 -0600 |
committer | Kenton Varda <[email protected]> | Tue Feb 08 13:35:56 2022 -0600 |
tree | 60a164200fd2aedd7dede949ba4f7e9f382089c0 | |
parent | 2032e99204e4d62ead56d9d938ac1d8814691d57 [diff] |
Don't use splice() optimization on Android. It causes one of the unit tests to hang. I don't have time to debug it.
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.