TODO : use CDB

This commit is contained in:
Paul 2016-02-14 08:37:42 +01:00
parent 758763ace9
commit 7dbf74f814

View File

@ -36,5 +36,6 @@ blacklists = ["adult","malware"]
* Filters for regex urls * Filters for regex urls
* Reduce memory footprint * Reduce memory footprint
* Code optimisation * Code optimisation
* Use of constant database (CDB) for on-disk store : https://github.com/acg/python-cdb
* Tests * Tests
* ... * ...