On Tue, Jan 20, 2015 at 4:57 PM, Steven Jackson
<stevenjackson...@gmail.com> wrote:
>
> Hey I'd like to know if the proposed numpy projects list at
> https://bitbucket.org/pypy/extradoc/src/extradoc/planning/micronumpy.txt is
> still up to date, and if so what is meant by "a good sort function."
> If it's just a matter of implementing a known good algorithm, that seems
> like a good way to start contributing to pypy.

As far as sorting in python goes, you might find
http://stromberg.dnsalias.org/svn/sorts/compare/trunk/ interesting.
It includes a pure-python version of timsort, among others.  I'm
guessing either timsort or funnelsort would be best on pypy because of
their locality of reference.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to