Active Forums => QB64 Discussion => Topic started by: smokingwheels on February 18, 2021, 07:43:59 am
Title: I have a blocklist for my pihole and need to remove some lines
Post by: smokingwheels on February 18, 2021, 07:43:59 am
I open my list then compare each line with a array of urls from my whitelist. The problem is the longer my whitelist is the longer it takes to complete the task.
Should I try 1 url at a time then replace the list for each url? This means I would need to read and write 200 mb of data for each url.
Currently I have to compare each line to 80 urls that I would like whitelisted or removed from my blocklist The list is over 6 million lines of text.
Blocklist link https://t.co/vRyCbbpcth?amp=1
Title: Re: I have a blocklist for my pihole and need to remove some lines
Post by: FellippeHeitor on February 18, 2021, 08:03:09 am