Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86990
| 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 | <abhi.darkness@gmail.com> |
| 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 <abhi.darkness@gmail.com> |
| Date | Fri, 6 Mar 2015 12:14:22 +0530 |
| Subject | Speeding up permutations generation |
| To | "comp.lang.python" <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.90.1425624305.21433.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
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? -Abhiram.R *~Never give up*
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Speeding up permutations generation Abhiram R <abhi.darkness@gmail.com> - 2015-03-06 12:14 +0530
csiph-web