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

Fix performance bug when converting POJO to xml #968

Merged
merged 1 commit into from
Sep 2, 2017
Merged

Fix performance bug when converting POJO to xml #968

merged 1 commit into from
Sep 2, 2017

Conversation

zarend
Copy link
Contributor

@zarend zarend commented Sep 1, 2017

Fix bug where converting PJO to xml created too may calls to findChildSchemaObject and caused a significant performance hit.
See: nmarus/node-ews#58

Fix is for findChildSchemaObject to avoid recurring to irrelevant parts
of the schema.

Fix bug where converting PJO to xml created too may calls to findChildSchemaObject and caused a significant performance hit.
See: nmarus/node-ews#58

Fix is for findChildSchemaObject to avoid recurring to irrelevant parts
of the schema.
@coveralls
Copy link

coveralls commented Sep 1, 2017

Coverage Status

Coverage decreased (-0.1%) to 93.127% when pulling f56bf72 on relateiq:fix-findChildSchemaObject-perf into 0d5a2ec on vpulim:master.

Copy link
Collaborator

@jsdevel jsdevel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@jsdevel jsdevel merged commit 01d8585 into vpulim:master Sep 2, 2017
@zarend
Copy link
Contributor Author

zarend commented Sep 2, 2017

Thank you for responding quickly 😄 💥

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

Successfully merging this pull request may close these issues.

3 participants