-
Notifications
You must be signed in to change notification settings - Fork 75
Strings
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.
MemoScope: Introduction - Dump a process