On Dec 19, 8:44 pm, Paul McGuire <[EMAIL PROTECTED]> wrote:

> I think the last thread of this nature also cited a similar tool by
> the effbot, which he describes 
> here:http://www.effbot.org/zone/simple-iterator-parser.htm.
> This parser is about 10X faster than the equivalent pyparsing parser.

Here's the relevant thread: http://preview.tinyurl.com/2aeswn. Note
that the builtin eval() is around 5x faster than this parser, and from
the statement above, 50x faster than the pyparsing solution.

George
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to