aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-07 22:51:27 +0000
committerAria Shrimpton <me@aria.rip>2024-03-07 22:51:27 +0000
commit3c94e041118fc5caa9c26406fc6653e2dd76729c (patch)
tree3ce43401c5cf375f909a73754eaa4ef157817d5e
parent211c71ef3b0c56757dd37b406539ffd575d5dc43 (diff)
outline for analysis
-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