On 2006-09-26, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have found that in certain situations ordered dicts are
> useful. I use an Odict class written in Python by ROwen that I
> have improved and updated some for personal use.
>
> So I'm thinking about a possible C version of Odict (maybe fit
> for the collections module).

Check out http://sourceforge.net/projects/pyavl/ for a probably
useful sorted mapping type, already implemented in C as an
extension module.

However, I haven't tried it myself.

-- 
Neil Cerutti
We're going to be exciting.  Of course, it was exciting when the
Titanic went down. --Bob Weiss
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to