![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: best way to determine sequence ordering?
From: Justin Azoff <justin.azoff@gmail.com>
Date: Sun Apr 30 2006 - 01:47:34 CEST
John Salerno wrote:
This actually performs pretty well since list.index is implemented in
The obvious (to me) implementation of:
runs about 10-50 times faster than the double index method if I use
|