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. -- http://mail.python.org/mailman/listinfo/python-list
- Re: Are Python deques linked lists? Neil Cerutti
- Re: Are Python deques linked lists? Peter Otten
- Re: Are Python deques linked lists? Neil Cerutti
- Re: Are Python deques linked lists? Duncan Booth
- Re: Are Python deques linked lists... Neil Cerutti
- Re: Are Python deques linked l... Peter Otten
- Re: Are Python deques linked l... Duncan Booth
- Re: Are Python deques linked l... Neil Cerutti
- Re: Are Python deques linked l... Neil Cerutti
- Re: Are Python deques linked lists? Raymond Hettinger
- Re: Are Python deques linked lists? Zentrader