Rewriting improved gnats converter
Daniel Berlin
dberlin at dberlin.org
Sun Apr 13 00:12:15 UTC 2003
On Sun, 13 Apr 2003, Bradley Baetz wrote:
> On Sat, Apr 12, 2003 at 07:37:39PM -0400, Daniel Berlin wrote:
> >
> > Not really.
> > See pyperl.
> > It works just fine (I tried it).
> >
>
> "oh dear" :)
>
> I am curious why python is faster than perl, though, since I'd asume
> that most of the gnats parsing is regular expressions,
No, it's mostly string concatenation.
The re's aren't a factor at the speed they run in both languages.
> and perl does
> those quite well.
String concatenation speed difference.
>
> Bradley
> ----
> To view or change your list settings, click here:
> <http://bugzilla.org/cgi-bin/mj_wwwusr?user=dberlin@dberlin.org>
>
More information about the developers
mailing list