[PyKDE] Huge amount of time
Frederick Polgardy Jr
polgardy at bodacion.com
Wed Aug 20 21:58:01 BST 2003
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.
More information about the PyQt
mailing list