Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
- To: "MLUG Members" <EMAIL:PROTECTED>
- Subject: Re: [MLUG] String manipulation in C
- From: "Mark Rages" <EMAIL:PROTECTED>
- Date: Sun, 1 Jul 2007 22:04:08 -0500
- Delivery-date: Sun, 01 Jul 2007 22:04:45 -0500
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R3Zc+0Iu6EPaublHSy6oI4cHHadfEwIrngGfSnlLmGx+AgkSesgf5mF0y6pPYl4i7eru0jcP7sAST4EJe9tc2OOPQEyrUK62CDUucJM56xQ5qIhz2pz2ZXH6F6zZVm7NPnmua9eduFtebZ3QVDw2Ofpiy1YhpLhpV8IRGZeASEc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YCB3xPLhVkhpdFeTuEpnDpf0nwc9ke+j1sUr+OCi6N6NNfBnKO8ErHbcriImVBiHrKCh5tiCaa5MBzoihmsuXVIaNtaDPQ+UHWr2yU4Nvyiw4antNHeUFPQcB9ae/AEf0vhuDzVP04miJC75/yIWKZ4FXX8Ri2Kb+V0OpEhgwyQ=
- Envelope-to: EMAIL:PROTECTED
- In-reply-to: <EMAIL:PROTECTED>
- References: <EMAIL:PROTECTED> <EMAIL:PROTECTED> <EMAIL:PROTECTED>
- Reply-to: MLUG Members <EMAIL:PROTECTED>
- Sender: EMAIL:PROTECTED
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