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

@@ -1361,3 +1361,4 @@ Paavo Hartikainen <pahartik@sci.fi>
Georg Acher <acher@baycom.de>
for making tChannelID::operator==() inline for better performance
for introducing cListBase::count for better performance
for a patch that was used to implement hash tables to speed up cSchedule::GetEvent()