[mythtv-commits] [MythTV/mythtv] 8feeff: Fix inefficiency in ChannelUtil::LoadChannels()

David Engel noreply at github.com
Sun Sep 4 20:13:26 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 8feeff44aaa96826eaaadc48e10921b66019d6d2
      https://github.com/MythTV/mythtv/commit/8feeff44aaa96826eaaadc48e10921b66019d6d2
  Author: David Engel <dengel at mythtv.org>
  Date:   2022-09-04 (Sun, 04 Sep 2022)

  Changed paths:
    M mythtv/libs/libmythtv/channelutil.cpp

  Log Message:
  -----------
  Fix inefficiency in ChannelUtil::LoadChannels()

This is the same issue addressed in commit c210a20b for
GetChannelsInternal().  The refactoring is a little more involved due
to the extra filtering that is supproted.  The fix is still the same
-- reduce the number of rows that need to be grouped together.




More information about the mythtv-commits mailing list