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

change the innitialize size of resolvedProperties to 0 in order to save memory pre-allocated #880

Merged
merged 3 commits into from
Jan 10, 2023

Conversation

junchuanwang
Copy link
Contributor

As fix for following issue
#879

@idarmans
Copy link
Contributor

There's a similar field in

private Map<String, Object> _resolvedProperties = new HashMap<>();
that can be initialized to 0 as well

@junchuanwang
Copy link
Contributor Author

There's a similar field in

private Map<String, Object> _resolvedProperties = new HashMap<>();

that can be initialized to 0 as well

Thanks. Did

@junchuanwang junchuanwang merged commit 3844dbb into master Jan 10, 2023
@junchuanwang junchuanwang deleted the resolved_properties_initialize_size branch January 10, 2023 22:40
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.

None yet

4 participants