Lzzzzzt commented on PR #4883: URL: https://github.com/apache/opendal/pull/4883#issuecomment-2224328372
One question: using `Arc<T>` will cause heap allocation, we can store the `OperatorInfo` just in the `Operator` without wrapping in `Arc<T>`, but the size of `Operator` will be huge(300B), which is better? -- 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]
