Add @pm/@pmfile operators (parallel patch). See #16.

This commit is contained in:
brectanus
2007-05-30 22:02:35 +00:00
parent f53c4241fd
commit e887faac2b
9 changed files with 1823 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Added new parallel matching operators, @pm and @pmfile. These use
an alternate set based matching engine to perform faster keyword
type matches.
* Cache transformations per-request/phase so they are not repeated.
* Fixed problem with subrequests not being intercepted (only logged).