mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Performance
- Added locally cached configuration for urgency coefficients, which effectively relocates expensive loop-invariants for the 'next' report.
This commit is contained in:
parent
2668b04901
commit
0c0f767688
3 changed files with 98 additions and 44 deletions
|
@ -34,6 +34,9 @@
|
|||
#include <string>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
void initializeUrgencyCoefficients ();
|
||||
|
||||
class Task : public std::map <std::string, std::string>
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue