This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] bug-regex12 testcase


Isamu,
   The proposed patch works on ppclinux here with both glibc and sed
passing all of their make check now. Hopefully you can improve the
speed of the current code. Comparing sed with its regex lib and the
glibc regex I get the following...

stock sed with its own regex

time ../sed/sed -n -f ../dc.sed < ./dc.inp >tmp.dc

real    0m11.592s
user    0m11.590s
sys     0m0.000s


sed compiled with the glibc regex support

time ../sed/sed -n -f ../dc.sed < ./dc.inp >tmp.dc

real    2m11.141s
user    2m10.640s
sys     0m0.500s

                                      Jack


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]