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

Use translation markers to optimize performance #31374

Conversation

ZhilkinSerg
Copy link
Contributor

Summary

SUMMARY: I18N "Use translation markers to increase performance"

Purpose of change

Use translation markers to optimize performance.

Describe the solution

Translations calls were done for some strings even if these strings weren't immediately used. Using translation marker (and following translation call) should somewhat increase performance.

@ZhilkinSerg ZhilkinSerg added Code: Performance Performance boosting code (CPU, memory, etc.) Translation I18n [C++] Changes (can be) made in C++. Previously named `Code` labels Jun 12, 2019
@kevingranade kevingranade merged commit ad1332f into CleverRaven:master Jun 13, 2019
@ZhilkinSerg ZhilkinSerg deleted the performance-translation-calls-2019-06-13 branch June 13, 2019 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` Code: Performance Performance boosting code (CPU, memory, etc.) Translation I18n
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants