cliqz-oss / privacy-bot

Privacy Bot gathers, persists and analyzes privacy policies. #Mozilla Global Sprint Project
https://cliqz-oss.github.io/privacy-bot/
GNU Affero General Public License v3.0
38 stars 16 forks source link

Make finding and fetching policies faster using asyncio #37

Closed remusao closed 7 years ago

remusao commented 7 years ago

This PR make the switch from concurrent.futures to asyncio, which improves performances. The code might need to be improved, but it works and is much faster.