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

Performance improvement of POCO mapper library. #313

Closed
daisukenishino2 opened this issue Oct 5, 2018 · 0 comments
Closed

Performance improvement of POCO mapper library. #313

daisukenishino2 opened this issue Oct 5, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@daisukenishino2
Copy link
Member

daisukenishino2 commented Oct 5, 2018

Requirement

Since performance problems were found at POCO mapper library,
 there is needs to take countermeasures.

Un-recommended usage of try-catch.

Using try-catch to check the presence or absence of a DataReader field.
https://github.com/OpenTouryoProject/OpenTouryo/blob/develop/root/programs/CS/Frameworks/Infrastructure/Public/Dto/DataToPoco.cs#L237

Performance degradation due to Debug.WriteLine().

https://github.com/OpenTouryoProject/OpenTouryo/blob/develop/root/programs/CS/Frameworks/Infrastructure/Public/Dto/DataToPoco.cs#L251

Performance of Reflection.

@daisukenishino2 daisukenishino2 added the enhancement New feature or request label Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant