You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With `lc_fizzbuzz` benchmark which uses `Proc#call` so many times we can measure
@@ -75,7 +75,7 @@ This module has `parse` method which parses a given ruby code of string and retu
75
75
76
76
* Transient Heap (theap) is introduced. [Bug #14858][Feature #14989]
77
77
theap is managed heap for short-living memory objects which are pointed by
78
-
specific classes (Array, Hash, Object, Struct). For example, making small
78
+
specific classes (Array, Hash, Object, and Struct). For example, making small
79
79
and short-living Hash object is x2 faster. With rdoc benchmark, we observed
80
80
6-7% performance improvement.
81
81
@@ -85,7 +85,7 @@ This module has `parse` method which parses a given ruby code of string and retu
85
85
86
86
* Passing `safe_level` to `ERB.new` is deprecated. `trim_mode` and `eoutvar` arguments are changed to keyword arguments. [[Feature #14256]](https://bugs.ruby-lang.org/issues/14256)
87
87
88
-
* Merge RubyGems 3.0.0.beta2. `--ri` and `--rdoc` options was removed. Please use `--docuent` and `--no-document` options instead of them.
88
+
* Merge RubyGems 3.0.0.beta2. `--ri` and `--rdoc` options was removed. Please use `--document` and `--no-document` options instead of them.
89
89
90
90
* Merge [Bundler](https://github.com/bundler/bundler) as Default gems.
0 commit comments