From 292efa55c08c001aec38bf476b4b4ebda9e8c934 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 23 Jan 2024 13:45:50 +0000 Subject: chore: update tasks --- Tasks.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3