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

Update in Conversion.java, PropertyResolver.java to remove deepCopy method for better performance.(Applicable to special use cases.) #279

Closed
wants to merge 2 commits into from

Conversation

syambrij-pro
Copy link

Unnecessary deep-copy of default RPr degrading performance #263.
One pull request is already there- #262
Both pull requests should be merged to avoid compile time issues.

Unnecessary deep-copy of default RPr degrading performance #263.
In addition to previous commit against issue- #263

We can simply skip deepCopy for some cases if we sure not needed.
@syambrij-pro syambrij-pro changed the title Update in conversion java to remove deepCopy method. Update in conversion.java, PropertyResolver.java to remove deepCopy method for better performance.(Applicable to special use cases.) Mar 1, 2018
@syambrij-pro syambrij-pro changed the title Update in conversion.java, PropertyResolver.java to remove deepCopy method for better performance.(Applicable to special use cases.) Update in Conversion.java, PropertyResolver.java to remove deepCopy method for better performance.(Applicable to special use cases.) Mar 1, 2018
Copy link

@codecracker2014 codecracker2014 left a comment

Choose a reason for hiding this comment

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

This change will improve performance of pdf generation.

@syambrij-pro syambrij-pro closed this by deleting the head repository Oct 1, 2023
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.

2 participants