зеркало из https://github.com/github/ruby.git
* 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
This commit is contained in:
Родитель
f44446c45d
Коммит
2a1b73ee40
|
@ -1,3 +1,7 @@
|
|||
Sat Jul 2 00:58:00 2011 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* NEWS: describe a change of multiplication of Bignum.
|
||||
|
||||
Fri Jul 1 18:52:31 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* benchmark/bm_app_erb.rb: increase loop count. too short
|
||||
|
|
5
NEWS
5
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче