id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 6554 Access ProgramList more efficiently. Marc Alban Isaac Richards "A patch to access the ProgramList class more efficiently in various screens. These changes are along the same lines as the patch for #6550. while(!list.empty()) is more efficient that while(list.count()) and using an iterator to step through the list is O(n), while stepping through using an index (at() or [ ]) is O(n*n)" patch closed minor 0.22 MythTV - General head low fixed 0