- April 29, 2013
- 2,576
- 1,294
- Home Country
- Germany
- Thread starter
- #21
Thanks for the feedback mate.Only two additional comments (opinions! ):
As far as the end result goes and once we make sure the current group is scanned first we don't need any special treatment for the 'all channels' group.
However we could end up checking each channel twice. Once through normal groups and once through 'all channels' group.
Therefore I would still try to either scan the 'all channels' group or scan the other groups but not both if it can be avoid.
The algorithm should go like that:
- Scan current group and stop there if it's the 'all channels' group.
- Scan all groups excluding 'all channels' and current group.
- Scan 'all channels' group if it's not the current one.
That whole channel to number mapping is largely unoptimized to start with anyway.
For best performance we ought to have a dictionary of channels indexed by number really.
However this is totally outside the scope of those changes.
I'll try and see what I can do with 'set current group'.