Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'parks': 0.16; 'subject:Library': 0.16; 'travis': 0.16; 'cc:addr:python-list': 0.16; 'written': 0.16; 'wrote:': 0.16; 'cheers,': 0.18; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'ones.': 0.23; 'sep': 0.23; 'pm,': 0.24; 'received:209.85.220': 0.27; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'chris': 0.32; 'algorithms': 0.34; 'fri,': 0.36; 'perform': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'sender:addr:chris': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=nR40jwnqRRSLMtsPf0ThcCFsoavJHrzN5HZfAOM0NSI=; b=MYnwBAZl2pAnQ3qS1qHEhbaFZq/2see6f7iGXBVvyjcm1Dq+BjEyUfKFQ7FJq44a2U nYbO+wlMt8KHIN4FZ/Fqh26Ph2rF+Ox+ZPk5B4pyDaKHE2W8tT1NFx/K3mTORCrZTwkT oRO+yd/x7M7R5R9e1CRRsoldkLzcIdRO8soH4= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: <18fe4afd-569b-4580-a629-50f6c74829e8@c29g2000yqd.googlegroups.com> References: <8f893753-abbc-47df-9d90-77263e96be1b@p10g2000yqi.googlegroups.com> <18fe4afd-569b-4580-a629-50f6c74829e8@c29g2000yqd.googlegroups.com> Date: Fri, 2 Sep 2011 19:23:11 -0700 X-Google-Sender-Auth: Klj_ttcivruXD34MSI8rMJ1_Ggs Subject: Re: Algorithms Library - Asking for Pointers From: Chris Rebert To: Travis Parks Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1315016594 news.xs4all.nl 2483 [2001:888:2000:d::a6]:39346 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12687 On Fri, Sep 2, 2011 at 6:39 PM, Travis Parks wrote: > You commented that the itertools algorithms will perform faster than > the hand-written ones. Are these algorithms optimized internally? For one thing, they are written in C. Cheers, Chris