mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c37ac198fc
commit
e419c88b0f
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -94,6 +94,12 @@ with all sufficient information, see the ChangeLog file.
|
|||
* struct RBignum is hidden. [Feature #6083]
|
||||
Use rb_integer_pack and rb_integer_unpack instead.
|
||||
|
||||
* rb_big_new and rb_big_resize takes a size_t instead of long.
|
||||
|
||||
* rb_num2long returns a long instead of SIGNED_VALUE.
|
||||
|
||||
* rb_num2ulong returns an unsigned long instead of VALUE.
|
||||
|
||||
* st hash table uses power-of-two sizes for speed [Feature #9425].
|
||||
Lookups are 10-25% faster if using appropriate hash functions.
|
||||
However, weaknesses in hash distribution can no longer be masked
|
||||
|
|
Loading…
Add table
Reference in a new issue