tUpdate TODO - dedup - deduplicating backup program
 (HTM) git clone git://git.z3bra.org/dedup.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2646d0e4e3cbc7b6fe481958d112d7ba1d654911
 (DIR) parent 9e6393b24468ea6887fa8a703f4e4b4f939e53fb
 (HTM) Author: sin <sin@2f30.org>
       Date:   Tue,  5 Mar 2019 12:14:28 +0000
       
       Update TODO
       
       Diffstat:
         M TODO                                |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       t@@ -1,2 +1,3 @@
        overflow checks
        use a ring buffer in the chunker (avoid memmove() call)
       +calculate hash of cache file and store it somewhere (may simplify the cache consistency checks)