Opened 14 years ago

Last modified 14 years ago

#1017 new Enhancement

avoid N^2 algorithms in scheduler — at Initial Version

Reported by: davea Owned by: davea
Priority: Major Milestone: Undetermined
Component: Server - Scheduler Version:
Keywords: Cc:

Description

DB_SCHED_RESULT_ITEM_SET and associated code has a number of algorithms that are N2 in the # of results being reported. Bad if N is, say, 10000. Use std::map to avoid this

Change History (0)

Note: See TracTickets for help on using tickets.