[fpc-pascal] fast text processing

L L at z505.com
Wed Oct 31 21:03:58 CET 2007


> > Well, considering that perl's or Python's speed greatly rely on the 
> > underlying C-implementation of (at least) particular functionality, all 
> > those comparisons basically boil down to C vs. C, anyway. Or don't 
> > they?
> 
> Exactly! That's why I prefer to use fpc own regexpr unit. :)
> 
> -Bee-
> 

Or you can use TRegexp or regexp2.pas units..

But from my testing, TRegexp is a bit slow on big files.

Not sure if the latest TRegexp is faster:

http://www.regexpstudio.com/TRegExpr/TRegExpr.html


L505



More information about the fpc-pascal mailing list