in reply to Re^2: Don't-Repeat-Myself code for improvement (foo foo)
in thread Don't-Repeat-Myself code for improvement
That's a good point, and an interesting solution provided that the number of IDs is small, but horribly expensive if the number of Ids is much more than the 8 shown.
40 thousand entries for the 8 IDs shown is managable, but if the number rises to 15 then wouldn't you need something like 70 terabytes to store the permutations?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Don't-Repeat-Myself code for improvement (foo foo)
by tye (Sage) on Feb 28, 2007 at 01:21 UTC |