View Single Post
Old Apr 8th, 2008, 1:58 PM   #6
Arla
Hobbyist Programmer
 
Join Date: Mar 2005
Posts: 156
Rep Power: 4 Arla is on a distinguished road
Re: The immutability of strings

Quote:
Originally Posted by OpenLoop View Post
..not to mention that if efficiency is critical to your application, you should use a native (non=managed) language like C/C++.
Efficiency isn't critical, but I like to try to program in an efficient manner, taking 10 seconds to do something that should take less than a second (if programmed in the same language) is bad practice.
Arla is offline   Reply With Quote