[前][次][番号順一覧][スレッド一覧]

ruby-changes:49331

From: k0kubun <ko1@a...>
Date: Mon, 25 Dec 2017 01:43:22 +0900 (JST)
Subject: [ruby-changes:49331] k0kubun:r61448 (trunk): NEWS: note about ERB's rendering performance

k0kubun	2017-12-25 01:43:17 +0900 (Mon, 25 Dec 2017)

  New Revision: 61448

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61448

  Log:
    NEWS: note about ERB's rendering performance
    
    improvement.
    
    There is no specific ticket for it, but improving the ERB's performance
    was my largest passion that made me a Ruby committer.
    
    See r58735, r58842, r58904, r58905, r58916.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 61447)
+++ NEWS	(revision 61448)
@@ -316,8 +316,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L316
 
 * ERB
 
+  * Rendering of ERB's compiled code becomes 2x faster.
+
   * Add ERB#result_with_hash to render a template with local variables passed
     with a Hash object. [Feature #8631]
+
   * Default template file encoding is changed from ASCII-8BIT to UTF-8 in erb
     command. [Bug #14095]
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]