libzahl

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

commit 236cb277ffbc8bec4bdeb714da6d14d9e3a115dc
parent 883178c50b8c3e6125363a4fe742f26d9c8f1100
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon, 29 Feb 2016 12:45:38 +0100

readme: libzahl is not thread-safe at the moment

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

Diffstat:
MREADME | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -28,3 +28,6 @@ RATIONALE is too slow, probably because of all memory allocations, and has an nonintuitive API. Hebimath is promising, but I think it can be done better. + +NOTES + libzahl is currently not thread-safe.