aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 305fe83..cca5ca5 100644
--- a/README
+++ b/README
@@ -26,8 +26,11 @@ DESCRIPTION
RATIONALE
GMP MP cannot be used for rubust programs. LibTomMath
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.
+ and has a nonintuitive API. TomsFastMath has an a
+ nonintuitive API, has limited precision (selected at
+ compile-time), and has limited functionality. All the
+ above are also bloated. Hebimath is promising, but I
+ think it can be done better.
NOTES
libzahl is currently not thread-safe.