Changes between Initial Version and Version 1 of Ticket #1017


Ignore:
Timestamp:
Sep 30, 2010, 7:13:25 PM (14 years ago)
Author:
Nicolas
Comment:

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 this
     1DB_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