From 3c94e041118fc5caa9c26406fc6653e2dd76729c Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Thu, 7 Mar 2024 22:51:27 +0000 Subject: outline for analysis --- Tasks.org | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 file 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 -- cgit v1.2.3