commit | 7035132349ed8cf62157eaec3453be88dbf3586e | [log] [tgz] |
---|---|---|
author | Hiroaki Nakamura <hnakamur@gmail.com> | Sun Jan 13 15:00:42 2013 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 02 00:02:54 2013 +0200 |
tree | a596185b22ad68be9b20abda956fb8efb2851cee | |
parent | 0fbf016508b66c72ec82abc54c9d5806bdf061c5 [diff] |
MEDIUM: regex: Use PCRE JIT in acl This is a patch for using PCRE JIT in acl. I notice regex are used in other places, but they are more complicated to modify to use PCRE APIs. So I focused to acl in the first try. BTW, I made a simple benchmark program for PCRE JIT beforehand. https://github.com/hnakamur/pcre-jit-benchmark I read the manual for PCRE JIT http://www.manpagez.com/man/3/pcrejit/ and wrote my benchmark program. https://github.com/hnakamur/pcre-jit-benchmark/blob/master/test-pcre.c