From c2c7a2c09093e29cda88a6e7d99d44ffa7ce400a Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Wed, 23 Aug 2017 20:06:44 -0400 Subject: [PATCH] Added TODO to use the generic task sorters and get rid of the existing sorters present in def/task.go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93a97c..c59816d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ To Do: * **Critical** -- Retrofit to use Go 1.8 sorting techniques. Use def/taskUtils.go for reference. * Handle powerclass not configured on a node condition. As of now, an assumption is made that the powerclass is configured * Refine the sorting algorithm that sorts the clusters of tasks retrieved using the kmeans algorithm. This also involves the reduction in time complexity of the same. + * Use the generic task sorter in def/taskUtils.go to sort the tasks based on CPU or RAM etc. Remove the existing sorters present in def/task.go. for all the nodes. **Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the