Skip to content

[FEAT] Support Mutable variant of Array and map #350

@tqchen

Description

@tqchen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions