Opened 15 years ago
Last modified 15 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 )
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
Note: See
TracTickets for help on using
tickets.
