From 76442061b855e4e83d7ea78c21f0f846eb8e0bd9 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Fri, 26 Feb 2016 12:22:20 +0100 Subject: [PATCH] update todo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13102aa..b3b3a8d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ db_backend = "ram" * Compatibility with python3 only * Filters for regex urls * Reduce memory footprint (wip with CDB backend alternative) -* Code optimisation and cleaning (wip) +* Code optimisation (profiling) and cleaning (wip) * Object oriented programming (wip) * Tests (wip) * ... @@ -55,4 +55,4 @@ RAM usage For one thread with categories ["adult","malware"] Debian 8 / python 2.7.9 / squid 3.4.8 * ram : 90Mo -* cdb : 6Mo \ No newline at end of file +* cdb : 6Mo