If you know your result set is probably large, do you know if it is
more efficient to iterate the IterBetter object while doing your first
set of operations on it and at the same time compile a new list
object, or is it faster just to do x = list(x) as you suggested?

On Dec 14, 11:21 am, "Aaron Swartz" <[EMAIL PROTECTED]> wrote:
> do:
>
> ib = list(ib)
>
> first
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to