diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-31 22:59:25 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-31 22:59:25 +0000 |
commit | 77d77cc0f027b4e7b03bb924e8074b193ff5e763 (patch) | |
tree | 994685a7d2c3b8f46e73805179a77d629602ef4b /thesis/parts/implementation.tex | |
parent | c082d63ef2632ec08c658f09930cbab69c2bb2e5 (diff) |
library: remove lazy vecs
Diffstat (limited to 'thesis/parts/implementation.tex')
-rw-r--r-- | thesis/parts/implementation.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thesis/parts/implementation.tex b/thesis/parts/implementation.tex index d175d63..4faa8a8 100644 --- a/thesis/parts/implementation.tex +++ b/thesis/parts/implementation.tex @@ -39,6 +39,8 @@ each drop generates a file, so we get details of every individual collection all estimate a cost for each candidate: op(avg_n) * op_times for each op pick the smallest one +\todo{update for nsplit stuff} +\todo{mention difficulties with lazy vecs} \todo{Caching} \todo{Other implementation details?} |