Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #84101
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Trees |
| Date | 2015-01-21 03:25 +0000 |
| References | <CAG=hEY1L-39EmuWpdEh_n-BNfs=qG9nL=MrMT0ar72yGBrkoUA@mail.gmail.com> <CAGGBd_pMdYZwt-ksdSpDFNVxXwkekGsJFi=2C66PStTFzS0R+w@mail.gmail.com> <m9kfhe$vh$1@ger.gmane.org> <CAGGBd_rPSxSK1HCkdmwzu5MS_bBtA9X+hgx6VHKsvWYiAG9AOg@mail.gmail.com> <CAN1F8qUnh_LhooBhHh7cDnFO6OxmqyroA1Zf3H_pQOnOo=-FNg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17903.1421810729.18130.python-list@python.org> (permalink) |
On 21/01/2015 01:22, Joshua Landau wrote: > 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. > Assuming the above and the testimonials are correct how the hell on earth did the author manage it? This is the one thing that *REALLY* annoys me about Python, my mind just doesn't stretch far enough to harness all of the power that's available in it. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Trees Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-21 03:25 +0000
csiph-web