Skip to content
fremag edited this page Nov 20, 2016 · 2 revisions

Strings can be use a lot of memory. They are unmutable so multiple instances of a string values is a waste of memory.

MemoScope can analyze all strings in the dump file. It will check for duplicated values so you can see if it's worth it to use String.Intern method.