diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-23 13:45:50 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-23 13:45:50 +0000 |
commit | 292efa55c08c001aec38bf476b4b4ebda9e8c934 (patch) | |
tree | 422b3d715f63a952b13729101d26147a7401532b /Tasks.org | |
parent | efa6269ca600e57e67f860a1ec420ac80c30acd9 (diff) |
chore: update tasks
Diffstat (limited to 'Tasks.org')
-rw-r--r-- | Tasks.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |