Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise shared cache for single read use cases (#1163)
Use an optional BytesMut to avoid copying data on the first write. ### Does this change impact existing behavior? No ### Does this change need a changelog entry? No --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Simon Beal <[email protected]>
- Loading branch information