From 3bdd8e74f3b54b55be122bcc4a86e8bb25461cf4 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 30 Oct 2018 22:24:35 +0000 Subject: update NEWS about theap git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 722ef2520a..6ade71c013 100644 --- a/NEWS +++ b/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 -- cgit v1.2.3