I have a PHP script now looping through combinations of a set of arrays. I can test 6.1 Billion of the 500 Trillion total combinations in 1 hour with a simple PHP script. Is it possible to write a program in any language running on todays average PC that would be able to test all 500 Trillion combinations of multiple arrays in less than ~6 hours?
Also, I do not have the resources to use distributed or cluster computing for this task. What kind of gains could I expected converting the code to multithreaded java/c#?
Thank you
total-sumSoFaris a member of the array/set. (As when you add this you will have the total) Combinations which involve duplicates can be optimised so you don't have to consider the duplicate combinations. – Peter Lawrey Jan 18 at 15:36