Performance
- Added locally cached configuration for urgency coefficients, which effectively relocates expensive loop-invariants for the 'next' report.
This commit is contained in:
@@ -34,6 +34,9 @@
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
void initializeUrgencyCoefficients ();
|
||||
|
||||
class Task : public std::map <std::string, std::string>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user