Hi, I am looking for a fast implementation of incremental container that maintains an ordering on the keys... (i.e. I want an AVL, Red-Black, or anything similar). I have tried the b+tree in Python but its not fast enough. Is there anything like that available as a C extension module? Thank you Pavel Velikhov pvelikho at cs.ucsd.edu