Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'runs': 0.10; 'cc:addr :python-list': 0.11; 'evaluating': 0.16; 'from:addr:stutzbach': 0.16; 'from:name:daniel stutzbach': 0.16; 'stutzbach': 0.16; '\xc2\xa0i': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'input': 0.22; 'cc:addr:python.org': 0.22; 'recognize': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'daniel': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'worked': 0.33; 'fri,': 0.33; 'could': 0.34; 'possible.': 0.35; 'received:google.com': 0.35; 'there': 0.35; '14,': 0.36; 'introducing': 0.36; 'pm,': 0.38; 'skip:& 20': 0.39; 'how': 0.40; 'mar': 0.68; 'risk': 0.72; 'improved.': 0.84; 'received:mail-ob0-x22f.google.com': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=gFld/lmFwjur61NiEYn/xE5NXFSYTSlWOCxvItG0wlA=; b=TKaRmaYcV9apTtMu3CQOzf+mbtMPdQe4jJRQ+Xn6nxmBJU8rv35FYxskDkv9Sy9jsg eA1HojTchcJV7FnC3bXsKmm6LjSQ0lM9WN+5RwnzKFMyTKEeMrZ3B6b5lnG7RONVP7Dg lgwdJUnZt5v4IA0IHafZmNmOoSU0JMFAzWujZKGxZEAb9qpv/V++sgqPV6L4Zm8YCcbr VKO1ImJ05+dUgurpQVwscu88T3GmwjSzX1WKqAJpItG8+7WR7L8TXfxr5UwgIcUoutNs 7x/H8DiQNqZvO59vxOzkOVcPiW1UZ78d837t/ZVgo5APkUjzxnGlEiQ5PdmyyZrllzWC xnfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=gFld/lmFwjur61NiEYn/xE5NXFSYTSlWOCxvItG0wlA=; b=muNRrJWbJUvu3BegzyLHPIjBTBUxGq7Uw7gPSHZkcwVwe0ELqXGIa9ITcmnZTJFO23 FRpVw/WTnFiK8DV5hvAwxQtcLpaIBYeUslmE42mXNksZT6OmuRfC9MDAQM4jCQ5U6h/D SM/3Sk8nMtzZO5YGqbQ5OKiX8HNqArsmJYm1Jg64BzTf7OUDgOQ0Ldao+ukZ64kAmCWQ lwKLRxC2xfy+P0mz66xS6QRdfw2odP87goWSUg3oL+PsvQ3GknoaMfbDuZbnyFl5kngc eTAV/ODNaA6QmiAMK7NMAbb9RUDwi333/Kw7tE6WDoJcGfiJ3xSdSL7/DDmSdKGJtSH5 HgqQ== X-Gm-Message-State: ALoCoQnaoBTMG+K13O+07Am8IfwZPzfsB7th7Z+PfmG5nbjJPcPn10ZGz3slFeDNqgbfTtR+4/w3YedBSDtAJ2kx9rjg4MSRBUDoha3svhua7+DNtTjX3PkPtbj5g7ya1HpmF7ZLV/A67/LzUgoMrOoZqtbIc27dAwu9dwh6Vbwb0v1YP8ds9R+zv61/g3b6mnM0YCBi7ChbUWN6+JcpX5jeCEYO6tzN9w== X-Received: by 10.60.173.99 with SMTP id bj3mr3692410oec.55.1395091052344; Mon, 17 Mar 2014 14:17:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <87eh2d3x8h.fsf_-_@elektro.pacujo.net> From: Daniel Stutzbach Date: Mon, 17 Mar 2014 14:16:52 -0700 Subject: Re: Balanced trees To: Joshua Landau Content-Type: multipart/alternative; boundary=047d7ba9818c9ad32f04f4d3f201 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: 43 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395091055 news.xs4all.nl 2845 [2001:888:2000:d::a6]:32802 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68462 --047d7ba9818c9ad32f04f4d3f201 Content-Type: text/plain; charset=UTF-8 On Fri, Mar 14, 2014 at 6:13 PM, Joshua Landau wrote: > > Now, I understand there are downsides to blist. Particularly, I've > looked through the "benchmarks" and they seem untruthful. I worked hard to make those benchmarks as fair as possible. I recognize that evaluating your own work always runs the risk of introducing hidden biases, and I welcome input on how they could be improved. -- Daniel Stutzbach --047d7ba9818c9ad32f04f4d3f201 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On F= ri, Mar 14, 2014 at 6:13 PM, Joshua Landau <joshua@landau.ws>= wrote:
Now, I understand there are downsides to blist. Particularly, I've
<= /blockquote>
looked through the "benchmarks" and they seem untruthful.

I worked hard to make those benchmarks as fair as = possible. =C2=A0I recognize that evaluating your own work always runs the r= isk of introducing hidden biases, and I welcome input on how they could be = improved.

--
Daniel Stutzbach
--047d7ba9818c9ad32f04f4d3f201--