# IO.select performance w = [ IO.pipe[1] ]; nr = 1000000 nr.times { IO.select nil, w } on.ico'/>
summaryrefslogtreecommitdiff
path: root/tool/transcode-tblgen.rb
AgeCommit message (Expand)Author
2022-12-01Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada