1000.times { Thread.new { sleep } } i = 0 while i<100_000 # benchmark loop 3 i += 1 IO.pipe.each(&:close) end title='Atom feed' href='https://git.ruby-lang.org/ruby.git/atom/vm_exec.h?h=v1_9_3_384' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/vm_exec.h
)
AgeCommit message (Expand)Author
Author
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans