aboutsummaryrefslogtreecommitdiff
path: root/Tasks.org
diff options
context:
space:
mode:
Diffstat (limited to 'Tasks.org')
-rw-r--r--Tasks.org45
1 files changed, 42 insertions, 3 deletions
diff --git a/Tasks.org b/Tasks.org
index b5d83cc..f0f3346 100644
--- a/Tasks.org
+++ b/Tasks.org
@@ -264,9 +264,48 @@ Ideas:
***** TODO Caching of build dependencies
-** TODO Results
+** TODO Results & Analysis
-** TODO Analysis
+*** TODO Testing setup, benchmarking rationale
-** TODO Conclusion
+**** TODO Specs and VM setup
+
+**** TODO Reproducibility
+
+**** TODO Chosen benchmarks
+
+**** TODO Effect of selection on benchmarks (spread in execution time)
+
+*** TODO Cost model analysis
+
+**** TODO Insertion operations
+
+**** TODO Contains operations
+
+**** TODO Comment on some bad/weird ones
+
+**** TODO Conclusion
+
+*** TODO Predictions
+
+**** TODO Summarise predicted versus actual
+**** TODO Evaluate performance
+
+**** TODO Comment on distribution of best implementation
+
+**** TODO Surprising ones / Explain failures
+
+*** TODO Performance of adaptive containers
+
+**** TODO Find where adaptive containers get suggested
+
+**** TODO Comment on relative performance speedup
+
+**** TODO Suggest future improvements?
+
+*** TODO Selection time / developer experience
+
+**** TODO Mention speedup versus naive brute force
+
+** TODO Conclusion