Jess Robinson wrote:
> On Thu, 4 Dec 2008, Darren Chamberlain wrote:
> 
>> On Thu, Dec 4, 2008 at 11:44, Ash Berlin <ash_c...@firemirror.com> wrote:
>>> The un-released changes list is looking quite big. Perhaps time for a
>>> new release?
>> I know I've been really quiet here for the last few years, but my main
>> wishlist item is still outstanding -- I'd like to see us distribute
>> all of the Parse::RecDescent-based parsers precompiled.  I did some
>> testing a few years ago and saw a huge speed increase:  Running the
>> mysql parser on the test data (in t/data/mysql) reduced run time from
>> minutes to seconds.
>>
>> This is kind of a big architectural change, so I don't think it should
>> go into this release, but I think the time to do it is immediately
>> after a release, when there are no outstanding changes.
>>
> I already did this when writing the db2 parser (iirc.. wonder if I 
> committed that bit ;) - it's not that big a change..
> 
> So, Darren, when can we expect committed patches?
> 
> ;)
> 
> Jess

I would say we just lose the parser dependency and require it only for
authors running Makefile.PL, while updating the files in-flight (using
the DATA fh maybe). This way:

A) we know parsers are up-to date, because a tarball can not be shipped
without regeneration
B) we know parsers are consistent and do not depend on what the next
version of PRD will do (remember the huge uninit messages?)


P.S. Quit top-posting people :D

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
-- 
sqlfairy-developers mailing list
sqlfairy-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlfairy-developers

Reply via email to