[email protected] wrote:

> It looks like transport should switch to using list comprehensions
> instead of filter, because it's 2x faster.  The difference between
> performing the list comprehension when we don't have to and simply
> checking if the list is empty is about 1800x.  I'm inclined to switch the
> slow case to list comprehensions and leave the conditional in place.

Works for me.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to