Impact of Multiple .ToUpper()'ing

Posted by Kyle Rozendo on Stack Overflow See other posts from Stack Overflow or by Kyle Rozendo
Published on 2010-03-23T13:55:45Z Indexed on 2010/03/23 14:13 UTC
Read the original article Hit count: 377

Filed under:
|
|

Hi All,

This is not a question of premature optimization per se. On the garbage collector and memory in general, what would hundreds of ToUpper() operations (many could be duplicated) do to a program, mainly in regard to the immutability of strings?

Thanks,

Kyle

© Stack Overflow or respective owner

Related posts about .NET

Related posts about string