mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update NEWS about theap
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
870363886f
commit
3bdd8e74f3
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -454,6 +454,11 @@ sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
* timer thread is eliminated for platforms with POSIX timers [Misc #14937]
|
||||
|
||||
* Transient Heap (theap) is supported. [Bug #14858] [Feature #14989]
|
||||
theap is managed heap for short-living memory objects. For example,
|
||||
making small and short-living Hash object is x2 faster. With rdoc benchmark,
|
||||
we maesured 6-7% performance improvement.
|
||||
|
||||
=== Miscellaneous changes
|
||||
|
||||
* On macOS, shared libraries no longer include a full version number of Ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue