https://bugs.gpodder.org/show_bug.cgi?id=60
--- Comment #52 from Janne Makela <[email protected]> 2009-12-16 18:54:37 GMT --- (In reply to comment #51) > * Use a generator for get_all_episodes() instead of building up a list > > It's still not as fast as it can be, but the patch is in good shape already. > With a little bit of work, we could make it ready for the next release (maybe > disabled by default, but at least advanced users can easily enable this > feature > then). I was wrong, using generator was even neater solution. Now that part of the code looks much better:) I'm pretty happy with this feature already, and right now it does everything I need it do. Let me know if there's something more about this that I could do. I can imagine that at some point someone requests a speed up, filtering, or a way to sort the list, but maybe those should be separate feature requests anyway..? -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
