We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want the ability to download a file of bad domain names and be able to block domains if they are in that file
This would require some sort of fast lookup data structure.
The text was updated successfully, but these errors were encountered:
We COULD make the database handle it
Sorry, something went wrong.
Turns out the bloom filter is NOT complicated. I have an implementation but want to do more research into other options
I think its best to trust sqlite cause it is pretty fast already!
Just need a good index on the record table
No branches or pull requests
I want the ability to download a file of bad domain names and be able to block domains if they are in that file
This would require some sort of fast lookup data structure.
The text was updated successfully, but these errors were encountered: