Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4.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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'cpython': 0.05; 'that?': 0.05; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'language.': 0.14; 'posted': 0.15; '1700': 0.16; '1900': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'surprising': 0.16; 'language': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'tend': 0.24; "i've": 0.25; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'testing': 0.29; 'chris': 0.29; 'am,': 0.29; 'faster,': 0.31; 'add': 0.35; 'seconds': 0.37; 'too': 0.37; 'to:addr:python- list': 0.38; 'expect': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'ian': 0.60; 'new': 0.61; 'world.': 0.61; 'simply': 0.61; "you're": 0.61; 'hear': 0.63; 'real': 0.63; 'our': 0.64; 'chance': 0.65; 'charset:windows-1252': 0.65; 'world': 0.66; 'believe': 0.68; 'mar': 0.68; '2015': 0.84; '3.4': 0.84; 'algorithm,': 0.84; 'anguish': 0.84; 'seconds!': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Sudoku solver Date: Sun, 29 Mar 2015 22:19:56 +0100 References: <87r3sdnw5t.fsf@elektro.pacujo.net> <4e81bdb9-52db-46e6-b449-d4241cb2a3f2@googlegroups.com> <87twx8amww.fsf@elektro.pacujo.net> <82e7c5b9-2f0f-405b-859c-b74916c475e0@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-178-243.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1427664015 news.xs4all.nl 2938 [2001:888:2000:d::a6]:47061 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88283 On 29/03/2015 21:59, BartC wrote: > On 29/03/2015 00:12, Chris Angelico wrote: >> On Sun, Mar 29, 2015 at 10:50 AM, BartC wrote: >>> Using the OP's algorithm, and testing with the 'hard' puzzle posted >>> by Ian >>> Kelly, I got these approximate results: >>> >>> Python 3.1: 1700 seconds (normal Python interpreter) >>> PyPy: 93 seconds >>> C unoptimised: 17 seconds (gcc -O0 32-bit) >>> C optimised: 3.3 seconds (gcc -O3 32-bit) >>> (X: 170 seconds) >> >> Nice stats. Any chance you can add CPython 3.4 or 3.5 to that? That's >> a pretty old CPython you're using. > > I've tried 3.4.3 and it's nearer 1900 seconds! > > Which wasn't too surprising as you don't expect new releases to be > faster, they tend to be slower. > I simply do not believe those figures, that's roughly 12% slower. If that happened in the real world you'd be able to hear the screams of anguish around the world. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence