Laszlo Zsolt Nagy wrote:

> Do you know how to implement a really efficient self reordering list in
> Python? (List with a maximum length. When an item is processed, it
> becomes the first element in the list.) I would like to use this for
> caching of rendered images.

did you check the cheeseshop?

    http://www.python.org/pypi/lrucache/0.2

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to