http://delphi.about.com/od/toppicks/tp/delphi-regular-expressions.htm

The regex unit in SynEdit is an old version of the code from
regexpstudio.com (which seems to be offline) is said to be very slow
for processing large sets of data, like a whole file. In SynEdit it`s
used to process single lines, and in this situations it seems pretty
good.

Best regards,
Flavio


On Sun, Jun 6, 2010 at 12:32 PM, Juha Manninen <juha.manni...@phnet.fi> wrote:
> Hi
>
>> Speed is important to me, but reg-expr features is important as well.
>> Actually, I want to include reg-expr as an alternative search mode in
>> my general-purpose file search unit.
>
> Then the SynEdit's version of regexp should be fast enough.
> SynEdit editor in Lazarus for example uses it and it's quite fast.
> File I/O is the slowest part when searching from files.
>
> Juha
> _______________________________________________
> fpc-pascal maillist  -  fpc-pas...@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to