spiraldb/ziggy-pydust

Provide fast conversion from `PyObject` to Pydust type struct

gatesn opened this issue · 0 comments

gatesn commented

This should just be a pointer cast and offset, whereas currently it goes through py.as(...) which performs an expensive isinstance check as well as possibly returning an error.