This website requires JavaScript.
Explore
Help
Sign In
geoffrey
/
eulaurarien
Watch
1
Star
0
Fork
You've already forked eulaurarien
0
Code
Issues
6
Pull requests
Releases
1
Wiki
Activity
195f41bd9f
eulaurarien
/
temp
/
.gitignore
4 lines
19 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added possibility to add personal sources
2019-11-11 11:19:46 +01:00
*.list
Can now use AdBlock lists for tracking matching It's not very performant by itself, especially since pyre2 isn't maintained nor really compilableinstallable anymore. The performance seems to have decreased from 200 req/s to 0.2 req/s when using 512 threads, and to 80 req/s using 64 req/s. This might or might not be related,as the CPU doesn't seem to be the bottleneck. I will probably add support for host-based rules, matching the subdomains of such hosts (as for now there doesn't seem to be any other pattern for first-party trackers than subdomains, and this would be a very broad performace / compatibility with existing lists improvement), and convert the AdBlock lists to this format, only keeping domains-only rules.
2019-11-15 08:57:31 +01:00
*.txt
Separated DNS resolution from filtering This effectively removes the parallelism of filtering, which doubles the processing time (5->8 hours), but this allows me to toy around with the performances of this step, which I aim to improve drastically.
2019-12-02 19:03:08 +01:00
*.csv
Reference in a new issue
Copy permalink