On Mon, Nov 27, 2000 at 01:29:27PM -0500, Rocco Caputo wrote: > Text::Trie is an amazing little module. I've abused it in a macro processing > source filter to build optimum regexps out of lists of tokens. <plug style="shameless"> Have you tried out Regex::PreSuf? </plug> I tried making a monster regexp out of /usr/dict/words. It worked. > I've attached a proof-of-concept/benchmark program using the interesting bits > from POE::Preprocessor to build, test, and time regexps. Results of a sample > run are included after __END__. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen
- Re: To get things started... Sam Tregar
- Re: To get things started... Dan Sugalski
- Re: To get things started... Sam Tregar
- Re: To get things started... Nicholas Clark
- Re: To get things started... Sam Tregar
- Re: To get things started... Dan Sugalski
- Re: To get things started... Chaim Frenkel
- Re: To get things started... Nicholas Clark
- Regex niceties for the parser ... Dan Sugalski
- Re: Regex niceties for the par... Rocco Caputo
- Re: To get things started... Jarkko Hietaniemi
- Re: To get things started... Nicholas Clark
- Re: To get things started... Nick Ing-Simmons
- Re: To get things started... David Grove
- Re: To get things started... Simon Cozens
- Re: To get things started... Dan Sugalski
- Re: To get things started... David Grove
- Re: To get things started... Sam Tregar
- Re: To get things started... Simon Cozens
- Re: To get things started... David Grove
- Re: To get things started... Bart Lateur