Now using hash tables to speed up cSchedule::GetEvent()

This commit is contained in:
Klaus Schmidinger
2005-05-28 13:17:20 +02:00
parent b4cbb84489
commit 7701acd968
8 changed files with 153 additions and 22 deletions

View File

@@ -3568,3 +3568,5 @@ Video Disk Recorder Revision History
- Introduced cListBase::count for better performance (thanks to Georg Acher).
- cEvent no longer stores the channelID directly, but rather has a pointer to
the schedule it is in.
- Now using hash tables to speed up cSchedule::GetEvent() (partially based on
a patch from Georg Acher).