Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'cpython': 0.05; 'dan': 0.09; 'lawrence': 0.09; 'runs': 0.10; 'python': 0.11; 'jan': 0.12; 'mostly': 0.14; 'attempted': 0.16; 'to:name:python list': 0.16; 'variants': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'memory': 0.22; 'mon,': 0.24; "i've": 0.25; 'header:In-Reply- To:1': 0.27; 'to:2**1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'page.': 0.31; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; "didn't": 0.36; 'january': 0.37; 'focused': 0.38; 'version,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'lower': 0.61; "you've": 0.63; 'more': 0.64; 'great': 0.65; 'to:addr:gmail.com': 0.65; 'interest.': 0.81; '2015': 0.84; 'url:ru': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=33by7YFcv/z+xGmtg4PhnnqJ7Y8FSHmxz5ck16Edw8c=; b=bkDf5cW0FAuwUyiPRKErsQj3nMOP1Tr5/xWZiK3mqqE7bFpDS5TgKiaD9t8jWViAoJ Ijeww6AO8wefzkPQ2yX3cd+H43AAla2pg3mi7uePFATZwzLMUXD69C3b/ycxGYhydMIk Ui3Yxu633aQ44m3Dj0eWL7+Y/GW534bU5tHjNIHrqiULA524vH2hfl+jqIIwqR97z5Gx DS9Q5elzTPC+WUNvAKpdJ81/+XQgwFTYxamZ8NWP8OTgVBVRRn+TatLvFSE6Y5TcW8P1 gCL81stdyQkJOM5PHbU4TY1RJhA8HJlLDK0ei1KMXgHl8lata+IL1x4B9DOUgPgmrkEe Hjgw== X-Received: by 10.152.219.3 with SMTP id pk3mr34047408lac.19.1421803366571; Tue, 20 Jan 2015 17:22:46 -0800 (PST) MIME-Version: 1.0 Sender: joshua.landau.ws@gmail.com In-Reply-To: References: From: Joshua Landau Date: Wed, 21 Jan 2015 01:22:06 +0000 X-Google-Sender-Auth: OtV24R0gmogj1Sm2GOQOn-0Gn70 Subject: Re: Trees To: Dan Stromberg , Python List Content-Type: text/plain; charset=UTF-8 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421803375 news.xs4all.nl 2919 [2001:888:2000:d::a6]:56974 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84096 On 20 January 2015 at 04:21, Dan Stromberg wrote: > On Mon, Jan 19, 2015 at 6:46 PM, Mark Lawrence wrote: >> >> I don't know if you've seen this http://kmike.ru/python-data-structures/ but >> maybe of interest. > > I've seen it. It's a nice page. > > I attempted to get my treap port in there since it has a Cython > version, but it didn't seem to take. > > I've mostly focused on pure python that runs on CPython 2.x, CPython > 3.x, Pypy, Pypy3 and Jython. http://www.grantjenks.com/docs/sortedcontainers/ SortedContainers is seriously great stuff; faster and lower memory than the Cython variants yet pure Python and more featureful.