aboutsummaryrefslogtreecommitdiff
path: root/Tasks.org
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-23 13:45:50 +0000
committerAria Shrimpton <me@aria.rip>2024-01-23 13:45:50 +0000
commit292efa55c08c001aec38bf476b4b4ebda9e8c934 (patch)
tree422b3d715f63a952b13729101d26147a7401532b /Tasks.org
parentefa6269ca600e57e67f860a1ec420ac80c30acd9 (diff)
chore: update tasks
Diffstat (limited to 'Tasks.org')
-rw-r--r--Tasks.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/Tasks.org b/Tasks.org
index 9d034d1..ac41f03 100644
--- a/Tasks.org
+++ b/Tasks.org
@@ -115,7 +115,11 @@ We have the code to do all this end-to-end, and to run a 'brute force' for compa
* TODO It's fucking broken
We can pick the right option, but our cost models seem really weird.
-For example, insert grows linearly for linked lists, but goes down to 0 for vec.
+~insert~ seems like the main culprit: probably because we're only measuring long runs of insert.
+
+** TODO Merge observations from multiple benchmarks
+
+ie if we have two different ~insert/100 ...~ lines we should use both instead of only one
* BLOCKED Benchmarks & Evaluation