Opened 14 years ago

Last modified 14 years ago

#1017 new Enhancement

avoid N^2 algorithms in scheduler

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

Description (last modified by Nicolas)

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 (1)

comment:1 Changed 14 years ago by Nicolas

Description: modified (diff)
Note: See TracTickets for help on using tickets.