Skip to content

Commit 40a106e

Browse files
committed
anchor tag
1 parent 520f53f commit 40a106e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The improved matching algorithm allows most Regexp matching (about 90% in our ex
9595

9696
(For preview users: this optimization may consume memory proportional to the input length for each match. We expect no practical problems to arise because this memory allocation is usually delayed, and a normal Regexp match should consume at most 10 times as much memory as the input length. If you run out of memory when matching Regexps in a real-world application, please report it.)
9797

98-
The original proposal is https://bugs.ruby-lang.org/issues/19104
98+
The original proposal is <https://bugs.ruby-lang.org/issues/19104>
9999

100100
### Regexp timeout
101101

ja/news/_posts/2022-12-25-ruby-3-2-0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Ruby 3.2から、Regexpのマッチングアルゴリズム自体がメモ化の
9090

9191
(プレビューリリースのユーザへ:この最適化は、マッチングのたびに入力長に比例したメモリを消費することがあります。このメモリ確保は通常遅延され、また、通常の正規表現であれば入力長のたかだか10倍程度のメモリを消費するだけなので、実用上の問題は発生しないと考えています。もし実アプリの正規表現マッチングでメモリ不足に陥った場合は報告してください)
9292

93-
提案チケットは https://bugs.ruby-lang.org/issues/19104 です。
93+
提案チケットは <https://bugs.ruby-lang.org/issues/19104> です。
9494

9595
### Regexpのタイムアウトの導入
9696

0 commit comments

Comments
 (0)