RE: [PATCH] Regular expression stacks

2002-01-16 Thread Brent Dax
Steve Fink: # On Wed, Jan 16, 2002 at 01:30:42AM -0800, Brent Dax wrote: # > The attached patch adds a new stack type that only handles INTVALs. # > These are much more efficient than generic stacks--on Win32 # they shave a # > few ten-thousandths of a second off each run of the # rx_popindex op,

Re: [PATCH] Regular expression stacks

2002-01-16 Thread Steve Fink
On Wed, Jan 16, 2002 at 01:30:42AM -0800, Brent Dax wrote: > The attached patch adds a new stack type that only handles INTVALs. > These are much more efficient than generic stacks--on Win32 they shave a > few ten-thousandths of a second off each run of the rx_popindex op, and > take a full hundre

[PATCH] Regular expression stacks

2002-01-16 Thread Brent Dax
The attached patch adds a new stack type that only handles INTVALs. These are much more efficient than generic stacks--on Win32 they shave a few ten-thousandths of a second off each run of the rx_popindex op, and take a full hundredth of a second off the benchmark. It also shows performance impro