Use StringBuilder for performance improvement
3 years 1 month ago #4459
by yahel
Use StringBuilder for performance improvement was created by yahel
Hello,
Recently I was trying to Improve my game performance, and since strings are immutable and I had many actions that involved concat etc., I decided to try using the StringBuilder.
I would like to suggest to add an option to call LocalizationManager.GetTermTranslation() with a StringBuilder for the Term variable.
Recently I was trying to Improve my game performance, and since strings are immutable and I had many actions that involved concat etc., I decided to try using the StringBuilder.
I would like to suggest to add an option to call LocalizationManager.GetTermTranslation() with a StringBuilder for the Term variable.
Please Log in or Create an account to join the conversation.
Time to create page: 0.133 seconds