diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-07 22:51:27 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-07 22:51:27 +0000 |
commit | 3c94e041118fc5caa9c26406fc6653e2dd76729c (patch) | |
tree | 3ce43401c5cf375f909a73754eaa4ef157817d5e | |
parent | 211c71ef3b0c56757dd37b406539ffd575d5dc43 (diff) |
outline for analysis
-rw-r--r-- | Tasks.org | 45 |
1 files changed, 42 insertions, 3 deletions
@@ -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 |