On Thursday 17 September 2009 09.19.03 Sisyphus wrote: > ----- Original Message ----- > From: "nadim khemir" <na...@khemir.net> > > > PS: one of the things that I dislike with Inline C was the time it took > > to parse the code to find the functions to export to perl. I remember > > patching > > Inline to speed it up by bypassing the parsing altogether. It's somewhere > > in > > the Inline mailing list archive I believe. > > The config option: > > USING => 'ParseRegExp', > > provides much faster parsing than (the default) Parse::RecDescent. > (However, I don't know how it compares with the patch your referring to.)
I now remember that ParseRegExp failed while ParseRecDescent didn't. The example I used went from 100s to build to a mere 4s this sums it all: http://www.mail-archive.com/inline@perl.org/msg01602.html Cheers, Nadim.