Are Python deques linked lists?

Zentrader zentraders at gmail.com
Mon Dec 10 10:01:35 EST 2007


Instead of linking records together via some key, I first try out a
dictionary of lists.  The list for each dictionary key would be the
same as a list with a single, forward link. If you have relatively few
records per key, it works well.



More information about the Python-list mailing list