MLUG: Re: [MLUG] String manipulation in C
Re: [MLUG] String manipulation in C
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
On 7/1/07, Jonathan King <EMAIL:PROTECTED> wrote:
> What he said. Connecting with another recent thread (on the D
programming language), this is the kind of thing that C does
exceptionally well. It should be noted, however, that there is a
related cost for some kinds of optimizations, because with pointer
arithmetic, it becomes difficult or even impossible to prove things
about the variables involved.

But all that said...unless your strings are absolutely huge, this
would seem to be the kind of thing that Perl could do even better than
C (at least the code would be shorter).


Yes, I was going to suggest a different language. And it doesn't seem like a regular expression is needed.

Anyway, here is the ultimate blog post on the subject:

http://ridiculousfish.com/blog/archives/2006/05/30/old-age-and-treachery/

Regards,
Mark
EMAIL:PROTECTED
--
Mark Rages, Engineer
Midwest Telecine LLC
EMAIL:PROTECTED

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members