generating canonical list of tuples?

Joshua Muskovitz joshm at taconic.net
Fri Jan 4 03:48:11 EST 2002


> There will be a memory explosion as the limit and dimension grow
> whether you use recursion or not, because the size of the output list
> will grow very rapidly.

Yes, this occurred to me -- that regardless of algorithm, the resulting data
is identical, and expands very quickly as the dimension grows.  I'm working
on solving that issue separately from optimizing this mechanism.  I'm also
trying to understand some of the subtleties of Python 2.x and this is a good
way to ferret some of them out.

-- j




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



More information about the Python-list mailing list