Feature Description
Currently, CopyBytes and CopyString make a copy of the underlying data even if not required, i.e., when config.Immutable is set.
In order to improve performance, there should be a app.CopyBytes or ctx.CopyBytes which only copies the data if config.Immutable is false.
Additional Context (optional)
No response
Code Snippet (optional)
No response
Checklist: