1

I'm doing analysis on combination blocks. Is it possible to have this run on multicore?

x = (1...30).to_a.combination(10).collect { |x| x }
puts x
4

0 回答 0