I create a dump file for my application. And I analysis it by dotMeomry. I find the duplicated strings waste a lot of space.  Do you think we use the string.Intern to save the memory is a good way?
I create a dump file for my application. And I analysis it by dotMeomry.
I find the duplicated strings waste a lot of space.
Do you think we use the string.Intern to save the memory is a good way?