commit | cd3173f23452be6d59449f47b26c7e1acb6b5691 | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Wed Jan 12 15:27:37 2022 -0600 |
committer | GitHub <[email protected]> | Wed Jan 12 15:27:37 2022 -0600 |
tree | 790a79a82ae5495692a6137b1121ad61d65c6d4a | |
parent | 9199e6f34d5d1e7eee167e9439fcb4e2206bc94a [diff] | |
parent | 9b3b355b464585936c845c9f8a825351cee1b9a1 [diff] |
Merge pull request #1405 from capnproto/jlee/fix-concurrency-limiter-stack-use HTTP concurrency limiter: Avoid unnecessary recursion
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.