ANN: blist 1.2.0

Daniel Stutzbach daniel at stutzbachenterprises.com
Fri Jul 23 17:26:59 EDT 2010


On Wed, Jul 21, 2010 at 9:47 AM, Daniel Stutzbach <
daniel at stutzbachenterprises.com> wrote:

> What's new?
> -----------
>
> - blist.sort() is now *substantially* faster than list.sort() when using
> int or float keys (O(n) vs. O(n log n))
> - The sortedset, sortedlist, and sorteddict types have been revamped for
> better compatibility with the standard library's types.
> - Comprehensive reference documentation is now available at
> http://stutzbachenterprises.com/blist/
> - Numerous other speed improvements
>

Quick addendum:

I just uploaded blist 1.2.1 which fixes a compilation error on BSD-derived
systems (notably MacOS X).
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100723/f7ed8097/attachment-0001.html>


More information about the Python-list mailing list