update TODO: idea - surf-adblock - Surf adblock web extension | |
git clone git://git.codemadness.org/surf-adblock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit be90f789e9aeb38836b88062cb3a11e344a59825 | |
parent 0214a0a1e2acd1cff989e0292389626429d909fc | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 23 Sep 2016 13:01:28 +0200 | |
update TODO: idea | |
Diffstat: | |
M TODO | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -7,7 +7,7 @@ Docs: | |
site-specific stylesheet. | |
- separate between site-specific and global block rules. | |
- optimize matching: | |
- ? hashtable per domain for specific rules? | |
+ ? hashtable per domain for specific rules or use bloom filters for mat… | |
- separate general block rules into a separate list. | |
- test: just use a simple strstr/strcasestr for patterns with no wildc… | |
and no matchbegin/matchend. Use strncmp/strcasecmp for patterns with… |