There's a useful warning in the performance section on string interning on MSDN:
the memory allocated for interned String objects is not likely be released until the common language runtime (CLR) terminates.
But: when does the CLR terminate?
There's a useful warning in the performance section on string interning on MSDN:
the memory allocated for interned String objects is not likely be released until the common language runtime (CLR) terminates.
But: when does the CLR terminate?