Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.074 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.01; 'arrays': 0.09; 'subject:generation': 0.16; 'up*': 0.16; 'all,': 0.19; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'skip:\xe2 10': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6DEPent6hVyZ7xEm8KyAxHU90XAQF6i7TlS2yYyaJP0=; b=dxx4mJHCOc1c+4rnL+5frvhe074I7Z4pwFmEIoOlxcKgGeAdQPFF5y8hLG8M49yWCm Y0kCWR8zzO74zFB197JonIK/Hhe+AdstkQe61Yjbm3kdr0Xq1LVr66u2MvysMn/nC6AH jNmtNmeQWEwdDbEGt2/ljAa+RfOkSJsIigbxEK+B1ra9xRz1jt5J+jRRhrtpVCaYr+TY 5gTaViFNK1aOoM4FNLqpSRyMgmLlyDcNZaS1OASTimoEZf55iVwHgaXqFGpI0utvbSLY oW8Z0cVe6o3TLJMwGgr4PVum6JadLrl4B/0sKF3L/1Ly0p/e+5sy1qADFK+ldGfXDjY+ hW0g== X-Received: by 10.60.144.73 with SMTP id sk9mr9961167oeb.71.1425624302790; Thu, 05 Mar 2015 22:45:02 -0800 (PST) MIME-Version: 1.0 From: Abhiram R Date: Fri, 6 Mar 2015 12:14:22 +0530 Subject: Speeding up permutations generation To: "comp.lang.python" Content-Type: multipart/alternative; boundary=047d7b3a85e626af1005109906a5 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1425624305 news.xs4all.nl 2901 [2001:888:2000:d::a6]:57784 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86990 --047d7b3a85e626af1005109906a5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, Is there a way to generate permutations of large arrays of sizes say,in the hundreds, faster than in the time itertools.permutations() can return? =E2=80=8B-Abhiram.R *~Never give up* --047d7b3a85e626af1005109906a5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,
Is there a way to generate permutations of large arrays of sizes = say,in the hundreds, faster than in the time itertools.permutations() can r= eturn?

=E2=80=8B-Abhiram.R
~Never give up
--047d7b3a85e626af1005109906a5--