1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add ref to NEWS entry

This commit is contained in:
Koichi Sasada 2019-12-25 12:06:02 +09:00
parent 3345eab934
commit 227c3d6426

1
NEWS
View file

@ -760,6 +760,7 @@ Fiber::
allocates many stacks in a single memory region. Stack allocation
becomes O(log N) and fiber creation is amortized O(1). Around 10x
performance improvement was measured in micro-benchmarks.
https://github.com/ruby/ruby/pull/2224
File::
* File.realpath now uses realpath(3) on many platforms, which can