This is my blog about software development, mountain unicycling, Photography, and stuff I find interesting.
Friday, July 20, 2007
.NET string vs StringBuilder
David Lock, our resident game programming expert, has just posted a real life example about his experience between .NET string vs StringBuilder. In short if you are going to modify the string then .NET string bad and StringBuilder good.
No comments:
Post a Comment