in reply to loop in loop method evasion
The trouble is that your task is enormous. You want to generate 36^15 strings. That is well over 2E+23 strings that will require in excess of 1,000,000 exabytes.
Forget the appearance of your code. You have problems if you want this to finish running this year or if you want to save these strings.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: loop in loop method evasion
by ikegami (Patriarch) on Dec 26, 2009 at 06:56 UTC | |
Re^2: loop in loop method evasion
by motzi (Sexton) on Dec 26, 2009 at 15:43 UTC |