Faster to create, that is. They may be a tiny hair slower to use, because xrange computes each index when you ask for it.
On Wednesday 20 August 2003 02:52 pm, Frederick Polgardy Jr wrote: > Xrange provides iterator semantics without actually creating a > sequence, so it will always be faster, but the speed isn't noticeable > to a human in this case. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
