tqchen opened a new issue, #350: URL: https://github.com/apache/tvm-ffi/issues/350
As of now Array(and map) are immutable and COW by default, one nice property is it allows us to unify handling of tuple and map. The underlying ABI do support mutable variant as well(with the data deleter field and data ptr). While developers can always wrap ObjectRef variant to be muatble, it can helpful to think about the design choice and bring up support for mutable variant. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
