Skip to content

Faster way to dispatch on type of Py object? #21

@jverzani

Description

@jverzani

As of #19, in asSymbolic there is dispatch on asSymbolic(Val(typename(x)),x). The creation of a type to dispatch on from x seems much slower than it should be. It basically creates a string from the _module__ and __name__ parts and then a Symbol and then a type. I don't think there is a way to go from x to a Symbol, but putting this here incase something seems possible

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions