TennyZhuang opened a new pull request, #6955: URL: https://github.com/apache/opendal/pull/6955
# Which issue does this PR close? Closes #N/A. # Rationale for this change Remove redundant clones flagged by clippy to trim refcount bumps and allocations on hot paths. # What changes are included in this PR? - Stop cloning ReadContext when constructing StreamingReader’s generator. - Move the shared Arc in retry layer test builder instead of cloning. - Pass ranges by value in merge_ranges test to avoid an extra vector clone. # Are there any user-facing changes? No user-facing changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
