Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize clone performance #104

Closed
mattak opened this issue Sep 9, 2017 · 1 comment
Closed

Optimize clone performance #104

mattak opened this issue Sep 9, 2017 · 1 comment

Comments

@mattak
Copy link
Owner

mattak commented Sep 9, 2017

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.

mattak added a commit that referenced this issue Sep 12, 2017
Issues/104 Optimize clone performance
@mattak
Copy link
Owner Author

mattak commented Sep 12, 2017

done!

@mattak mattak closed this as completed Sep 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant