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
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