Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #84096 > unrolled thread

Re: Trees

Started byJoshua Landau <joshua@landau.ws>
First post2015-01-21 01:22 +0000
Last post2015-01-21 01:22 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Trees Joshua Landau <joshua@landau.ws> - 2015-01-21 01:22 +0000

#84096 — Re: Trees

FromJoshua Landau <joshua@landau.ws>
Date2015-01-21 01:22 +0000
SubjectRe: Trees
Message-ID<mailman.17901.1421803375.18130.python-list@python.org>
On 20 January 2015 at 04:21, Dan Stromberg <drsalists@gmail.com> wrote:
> On Mon, Jan 19, 2015 at 6:46 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web