Changes between Initial Version and Version 1 of Ticket #1017
- Timestamp:
- Sep 30, 2010, 7:13:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1017 – Description
initial v1 1 DB_SCHED_RESULT_ITEM_SET and associated code has a number of algorithms that are N^2 in the # of results being reported. Bad if N is, say, 10000. Use std::map to avoid this1 DB_SCHED_RESULT_ITEM_SET and associated code has a number of algorithms that are N^2^ in the # of results being reported. Bad if N is, say, 10000. Use std::map to avoid this