-
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
capnp: add Decoder.ReuseBuffers method to reduce allocations
While there are some fixed cost initial allocations, this allows the caller to optionally reuse the allocated buffers if they are careful. This has shown a significant speed up in the benchmarks. I've separated out Decode from Decode with ReuseBuffers as demonstration. Fixes #79
- Loading branch information
Showing
2 changed files
with
117 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters