libzahl

big integer library
git clone git://git.suckless.org/libzahl
Log | Files | Refs | README | LICENSE

commit 26515c8f58f30e9ec99e16e3054913ff89ae742b
parent 925bb3c127c3e2588abdcdbdce938094526d375b
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:
MTODO | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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.