Fast sorting many lists together...?
William Park
parkw at better.net
Fri Sep 15 13:40:34 EDT 2000
More information about the Python-list mailing list
Fri Sep 15 13:40:34 EDT 2000
- Previous message (by thread): Fast sorting many lists together...?
- Next message (by thread): Fast sorting many lists together...?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I need to sort about 50 lists (each about 500 elements) together, using few of them as keys. That is, sort the key lists first; look at which indexes have changed; then, shuffle the rest of list to reflect this new order. Does anyone know a fast fast routine for doing this? ---William Park, Open Geometry Consulting
- Previous message (by thread): Fast sorting many lists together...?
- Next message (by thread): Fast sorting many lists together...?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list