Re: string routines and code libraries
- From: "Michael S" <a@xxx>
- Date: Mon, 24 Oct 2005 20:00:36 +0200
"zoro" <ilzoro@xxxxxxxxx> wrote in message
news:1129989529.718483.182120@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> I am new to C#, coming from Delphi.
Welcome!
I am also from the Delphi (and Borland C++) corner.
I think you'll find that the 'Hejlsberg-fenonemon' is very much present in
..NET. You'll learn C# in a jiffy! =)
But forget all you knew about strings. They are invariant in .NET and not as
cool as in Delphi.
I'm still waiting for .NET (and Java) to have a string class that have the
by-reference-but-with-copy-on-write-semantics as in Delphi. There is
something missing between String and StringBuilder. We sure need strings
like in Delphi for performance....
Anybody knows why we don't get such a class? If I think for 2 seconds I'd
imagine it would screw up the GC as every such string must be pinned to a
memory location. If anyone else could think for like 4 seconds or even a
minute, I would appriecate your input on why and why not.
I sure miss 'em....
Happy Strings
- Michael S
.
- Follow-Ups:
- Re: string routines and code libraries
- From: Kevin Spencer
- Re: string routines and code libraries
- References:
- string routines and code libraries
- From: zoro
- string routines and code libraries
- Prev by Date: Problem with byte Array compare
- Next by Date: How to implement listener for F7 key
- Previous by thread: Re: string routines and code libraries
- Next by thread: Re: string routines and code libraries
- Index(es):
Relevant Pages
|