summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 16:00:45 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 16:00:45 +0000
commit2a1b73ee40ccf923edce4ecc2eae715f368d8515 (patch)
tree60d2b4fd8861b4ea01e7748306fd1d3ebe020c86 /NEWS
parentf44446c45d8875d5e5d6e556da8d1ff3d4452cab (diff)
* NEWS: describe a change of multiplication of Bignum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4549688a61..bc8d8d9c7c 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,11 @@ with all sufficient information, see the ChangeLog file.
* extended method:
* Array#pack supports endian modifiers
+ * Bignum
+ * Multiplication algorithm for Bignums with a large number of digits over
+ 150 BDIGITs is changed in order to reduce its calculation time.
+ Now such large Bignums are multiplied by using Toom-3 algorithm.
+
* Encoding
* new encodings:
* CP950