Skip to content

Enhancement to mlc.dataclasses.c_class #67

Open
@potatomashed

Description

@potatomashed

c_class is used to reflect a class defined on C++ side to Python in zero copy, without the overhead of pybind or any other 3rdparty FFI tools.

However, the features supported in c_class is not on parity with py_class yet. Namely:

Those are easy features to implement but lacking. Contributions are welcome!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions