[PyKDE] Huge amount of time

Frederick Polgardy Jr polgardy at bodacion.com
Wed Aug 20 21:53:00 BST 2003


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.

On Wednesday 20 August 2003 02:24 pm, Christian Bird wrote:
> One other thing to try would be using xrange instead of range.  I'm
> not sure which one is faster, but I do know that xrange is more
> memory efficient. Hope that helps.
>
> -- Chris




More information about the PyQt mailing list