Skip to content

Conversation

@deepak2016
Copy link
Contributor

…rrectly

This is part of the effort to reduce memory footprint for java sdk. As per the findings, generic import statements are contributing to large memory usage. This template generates ~450 files. With this fix, these 450 files will start having optimized import statements, resulting in lesser memory footprint.

@deepak2016 deepak2016 requested a review from MIchaelMainer June 20, 2018 07:10
Copy link
Collaborator

@MIchaelMainer MIchaelMainer left a comment

Choose a reason for hiding this comment

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

Is there any reason to keep CreatePackageDef(host) in BaseJavaModel.template.tt? If not, let's delete it.

@deepak2016
Copy link
Contributor Author

Yes, it is being used by other templates which we have not fixed. This is the method which adds generic import statements in all files.

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