[Python-Dev] collections module (original) (raw)
Kurt B. Kaiser kbk at shore.net
Sat Jan 10 19:08:46 EST 2004
- Previous message: [Python-Dev] collections module
- Next message: [Python-Dev] collections module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Martin v. Loewis" <martin at v.loewis.de> writes:
I think you two are talking about completely different things.
Tim is talking about a modification to the builtin list type. You are talking about a new data type for queues.
I am talking about a modification to listobject.c, also.
The discussion is related to implementation and associated efficiencies.
I'm -1 on adding a new queue dataype. I'm +1 on adding queue/deque functionality to the list datatype.
KBK
- Previous message: [Python-Dev] collections module
- Next message: [Python-Dev] collections module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]