View Single Post
Old Apr 8th, 2008, 6:52 AM   #3
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Re: The immutability of strings

Quote:
Originally Posted by Jimbo View Post
Nursing the efficiency of String vs. StringBuilder is often not going to get you much benefit.
..not to mention that if efficiency is critical to your application, you should use a native (non=managed) language like C/C++.
OpenLoop is offline   Reply With Quote