Writing Efficient String Functions in C#(www.dotnetcurry.com)

submitted by mopenmopen(3596) 2 years, 3 months ago

To write efficient string handling functions, it is important to understand the characteristics of string objects in C#.

2 comments |category: |Views: 62

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by gregbeechgregbeech(76) 2 years, 3 months ago 0

Wow, that's one of the most incorrect articles I've ever read. The author clearly has no real idea about how memory allocation works (value types are not stored on the stack, they are stored inline, so they will be on the heap if they are stored in a reference type such as an array) and has clearly never heard of StringBuilder which is rather important if you want to write efficient string functions.

Reply

posted by dmitridmitri(408) 2 years, 3 months ago 0

Yep, this is pretty inept however you look at it.

Reply

information Login or create an account to comment on this story