Skip to content

Optimize clone performance #104

@mattak

Description

@mattak

Default implementation of Clone method is slow, because it uses BinaryFormatter & MemoryStream.
ICloneable & property field reflection can improve clone performance, and it would be easier than Custom implementation.

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