Performance

- Added locally cached configuration for urgency coefficients, which effectively
  relocates expensive loop-invariants for the 'next' report.
This commit is contained in:
Paul Beckingham 2012-04-28 17:59:48 -04:00
parent 2668b04901
commit 0c0f767688
3 changed files with 98 additions and 44 deletions

View file

@ -34,6 +34,9 @@
#include <string>
#include <stdio.h>
void initializeUrgencyCoefficients ();
class Task : public std::map <std::string, std::string>
{
public: