[LWN Logo]
[LWN.net]
From: "Eric S. Raymond" <esr@snark.thyrsus.com>
To: kbuild-devel@lists.sourceforge.net, python-dev@python.org
Subject: [kbuild-devel] CML2 compiler speedup
Date: Tue, 13 Mar 2001 10:32:51 -0500

I bit the bullet and hand-rolled a recursive-descent expression parser
for CML2 to replace the Earley-algorithm parser described in my
previous note.  It is a little more than twice as fast as the SPARK
code, cutting the CML2 compiler runtime almost exactly in half.

Sigh.  I had been intending to recommend SPARK for the Python standard
library -- as I pointed out in my PC9 paper, it would be the last
piece stock Python needs to be an effective workbench for
minilanguage construction.  Unfortunately I'm now convinced Paul
Prescod is right and it's too slow for production use, at least at
version 0.6.1.  

John Aycock says 0.7 will be substantially faster; I'll keep an eye on
this.
-- 
		<a href="http://www.tuxedo.org/~esr/">Eric S. Raymond</a>

The price of liberty is, always has been, and always will be blood.  The person
who is not willing to die for his liberty has already lost it to the first
scoundrel who is willing to risk dying to violate that person's liberty.  Are
you free? 
	-- Andrew Ford

_______________________________________________
kbuild-devel mailing list
kbuild-devel@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/kbuild-devel