19 May 21:21
Re: Ruby 1.9 compatibility and performance
From: Ryan Davis <ryand-ruby <at> zenspider.com>
Subject: Re: Ruby 1.9 compatibility and performance
Newsgroups: gmane.comp.lang.ruby.general
Date: 2008-05-19 19:21:06 GMT
Subject: Re: Ruby 1.9 compatibility and performance
Newsgroups: gmane.comp.lang.ruby.general
Date: 2008-05-19 19:21:06 GMT
On May 19, 2008, at 05:02 , James Gray wrote: > Interesting. Can you talk a little about why you prefer using > regexen to a parser in this instance? > > I'm not trying to question your decision. I'm just curious about > your reasoning here. 1) damn fast. 2) the xml from apple's plist format is so regular that a generic xml parser is way overkill. 3) more readable 4) damn fast.
RSS Feed