Open YuanYuYuan opened 4 days ago
Users take the examples as a reference and learn how to construct a z_owned_bytes properly. After browsing the example codes, I propose removing unnecessary copy in some cases while retaining a few for scenario comparisons.
z_owned_bytes
copy
PR missing one of the required labels: {'bug', 'documentation', 'dependencies', 'new feature', 'enhancement', 'breaking-change', 'internal'}
Users take the examples as a reference and learn how to construct a
z_owned_bytes
properly. After browsing the example codes, I propose removing unnecessarycopy
in some cases while retaining a few for scenario comparisons.