Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'causing': 0.04; 'overflow': 0.09; 'cc:addr:python-list': 0.11; '16-bit': 0.16; '65536': 0.16; 'cc:name:python list': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'something': 0.35; 'received:google.com': 0.35; 'pm,': 0.38; 'numbers': 0.61; 'mar': 0.68 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FxzpTZ1QbQ7AXjzBP1nkKzWq38d5G5xT7RNUO0AgEBI=; b=pEMrN/EMyMq29nmaWxAT0jjknxo7wMkUuqafozQxsWagaIv8/dRiqvXraBVes8+cl7 M3YEcRw/Fup8UtNy/y9O2OA51l/2FpGY9e+jApQGftpZweyYJeB72ml/zUHqP6oOfxIa De99ToNB3HK9iAOhp+Rc5L3HvABXaL3YyGMjX89NXcSNSK9c6ZG2A6sPNdiY0x3dtTRl 2HSWlzXUXahWAZoRuhXEhCmJ/N2RnB+rdSUMkyTWuKeiYZBz/JLohiWsGrH/06UPov93 InEmnGd7lMWNg6JXbYP0bwZ9aMMEtRaXCCcFY6nXYkBFbgkGAmyj4dVTs9Ilp6dXtpMR 2WQg== MIME-Version: 1.0 X-Received: by 10.236.141.113 with SMTP id f77mr7419085yhj.128.1395282883742; Wed, 19 Mar 2014 19:34:43 -0700 (PDT) In-Reply-To: References: <87eh2d3x8h.fsf_-_@elektro.pacujo.net> <87mwgoqy4k.fsf@elektro.pacujo.net> <8738ifqlaw.fsf@elektro.pacujo.net> Date: Wed, 19 Mar 2014 19:34:43 -0700 Subject: Re: Balanced trees From: Dan Stromberg To: Rhodri James Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395282892 news.xs4all.nl 2901 [2001:888:2000:d::a6]:56204 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68566 On Wed, Mar 19, 2014 at 7:16 PM, Rhodri James wrote: > 65536 is a suspiciously round number. You might want to double- > check that there's no 16-bit overflow causing something unexpected. It's because I'm using powers of 2. All the numbers in the report are round in hex.