summaryrefslogtreecommitdiff
path: root/src/adblock/adblockruletextmatchimpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a primitive text machter as an AdBlockRule implementationsBenjamin Poulain2010-08-181-0/+68
About 30% of the filter of easylist are just simple text matching. This new AdBlockRule implementation detects the simple occurences of this to match the url directly. On Qt 4.7, this reduce the time spend in AdBlock by around 20%.