libzahl

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

commit a02ba0b0602fb1d6caa5ce332a0c3483c3e4c4aa
parent c03cd73244c3c1032562b01db49f3170eb0b1628
Author: Mattias Andrée <maandree@kth.se>
Date:   Fri,  6 May 2016 12:02:42 +0200

zsqr is no longer slower than zmul, they are identical

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
MSTATUS | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/STATUS b/STATUS @@ -97,7 +97,7 @@ zsub .................... always fastest optimising their dependencies: zmul .................... fastest after ~4096 -zsqr .................... slowest, but asymptotically fastest (for now, use zmul instead) +zsqr .................... slowest, but asymptotically fastest zstr_length(a, 10) ...... gmp is faster zstr(a, b, n) ........... fastest after ~700