Opened 16 years ago
Closed 16 years ago
#6550 closed patch (fixed)
Speed up search lists.
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently the 'Time' search list is extremely slow. On my Pentium 4 3.2Ghz machine it uses 100% cpu for 90 seconds to display the list.
The vast majority of the time is spent stepping through the ProgramList? inefficiently.
Attached is a small patch which steps through the list more efficiently and reduces the time on my machine to only 10 seconds.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | speedup.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Isaac Richards to danielk |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
patch to speed up the search list screens.