Re: Regex performance issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 2006-12-03 at 02:53 +0200, Alexandru Coseru wrote:
> Hello..
> 
> Thanks for the tip , i think i have got the ideea..
> 
> I'm too tired too , and i will try it tommorow.
> 
> 
> Anyway , anybody has a clue why this regex is that CPU intensive ?  I did 
> not saw the light on my drives blinking , and also vmstat doesn't yeld any 
> blocks in or out...
> And how can it be optimized ?

I think it's just that you're running the regex across 5400 or so
elements.  at 850 or so milliseconds, that comes out to 150uS for each
comparison.  I'd say it's just the number of comparisons that have to be
made that's killing you here.


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux