[Python-Dev] Tuples vs. lists (original) (raw)
Aahz Maruch aahz@rahul.net
Tue, 5 Feb 2002 08:56:21 -0800 (PST)
- Previous message: [Python-Dev] Tuples vs. lists
- Next message: [Python-Dev] Tuples vs. lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
M.-A. Lemburg wrote:
For the BCD stuff Aahz was talking about, I'd suggest to have a look at either arrays or cStringIO buffers.
cStringIO wouldn't work because I want to store ints. Arrays might work, but I think I'll stick with tuples because they're a bit more familiar to most Pythonistas. I'm not too concerned with raw speed and efficiency before I convert the code to C; remember Knuth.
--- Aahz (@pobox.com)
Hugs and backrubs -- I break Rule 6 <*> http://www.rahul.net/aahz/ Androgynous poly kinky vanilla queer het Pythonista
We must not let the evil of a few trample the freedoms of the many.
- Previous message: [Python-Dev] Tuples vs. lists
- Next message: [Python-Dev] Tuples vs. lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]