Regex DNA benchmark

Don Clugston dac at nospam.com.au
Sun Dec 2 11:50:46 PST 2007


Jascha Wetzel wrote:
> bearophile wrote:
>> I think D needs into its std lib a RE engine as flexible and as fast 
>> as Python/Perl/Ruby/etc ones. (They use an "almost" standard syntax, 
>> you can do mostly the same things with them. People use the Perl REs 
>> every day).
>> Then later people can add any kind of faster & more specialized RE 
>> engines (like your one). Don't you agree? :-)
> 
> i don't know what exactly most people need. i'm just pretty sure they 
> need a faster implementation than the current one. std.regexp also lacks 
> a few fundamental features (like non-greedy matching).
Actually std.regexp does support non-greedy matching, it's just undocumented.
<g>



More information about the Digitalmars-d mailing list