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.
This commit is contained in:
Geoffrey Frogeye 2019-12-02 19:03:08 +01:00
parent 7d01d016a5
commit c23004fbff
Signed by: geoffrey
GPG key ID: D8A7ECA00A8CD3DD
5 changed files with 316 additions and 288 deletions

1
temp/.gitignore vendored
View file

@ -1,2 +1,3 @@
*.list
*.txt
*.csv