Skip to content

BuildObjects isn't efficient. #2

@gregoryjscott

Description

@gregoryjscott

When building a list of objects, the logic performs reflection n times for n objects. It would be more efficient to do the reflection once and build a list of column mappings, and then use the mapping during the iteration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions