update TODO: idea - surf-adblock - Surf adblock web extension
(HTM) git clone git://git.codemadness.org/surf-adblock
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit be90f789e9aeb38836b88062cb3a11e344a59825
(DIR) parent 0214a0a1e2acd1cff989e0292389626429d909fc
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 23 Sep 2016 13:01:28 +0200
update TODO: idea
Diffstat:
M TODO | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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 matching?
- separate general block rules into a separate list.
- test: just use a simple strstr/strcasestr for patterns with no wildcards
and no matchbegin/matchend. Use strncmp/strcasecmp for patterns with no wildcards