summaryrefslogtreecommitdiff
path: root/vendor/github.com/remyoudompheng/bigfft/README
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-03-06 11:00:53 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-06 11:00:53 +0100
commitb344c2c8f4b2ef98effe2f19d70f63c5a835ba86 (patch)
treec1c75f5a0c55a118a0e34e6890bae0230133d25c /vendor/github.com/remyoudompheng/bigfft/README
parent[bugfix] internal server error on search not found (#1590) (diff)
downloadgotosocial-b344c2c8f4b2ef98effe2f19d70f63c5a835ba86.tar.xz
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
Diffstat (limited to 'vendor/github.com/remyoudompheng/bigfft/README')
-rw-r--r--vendor/github.com/remyoudompheng/bigfft/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/remyoudompheng/bigfft/README b/vendor/github.com/remyoudompheng/bigfft/README
index 303c61772..0fcd39d96 100644
--- a/vendor/github.com/remyoudompheng/bigfft/README
+++ b/vendor/github.com/remyoudompheng/bigfft/README
@@ -1,3 +1,14 @@
+This library is a toy proof-of-concept implementation of the
+well-known Schonhage-Strassen method for multiplying integers.
+It is not expected to have a real life usecase outside number
+theory computations, nor is it expected to be used in any production
+system.
+
+If you are using it in your project, you may want to carefully
+examine the actual requirement or problem you are trying to solve.
+
+# Comparison with the standard library and GMP
+
Benchmarking math/big vs. bigfft
Number size old ns/op new ns/op delta