URI: 
       Update todo with benchmarking ideas - libzahl - big integer library
  HTML git clone git://git.suckless.org/libzahl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 26515c8f58f30e9ec99e16e3054913ff89ae742b
   DIR parent 925bb3c127c3e2588abdcdbdce938094526d375b
  HTML Author: Mattias Andrée <maandree@kth.se>
       Date:   Tue,  7 Jun 2016 23:27:06 +0200
       
       Update todo with benchmarking ideas
       
       Signed-off-by: Mattias Andrée <maandree@kth.se>
       
       Diffstat:
         M TODO                                |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/TODO b/TODO
       @@ -41,3 +41,6 @@ Add CPU-warmup loop to benchmarks.
          This loop shall be done after help variables have
          been assigned values, as this can help the warmup.
        
       +benchmark with worst case, average case, and best case input.
       +
       +zadd, zsub: benchmark both dense and sparse integers.