aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/implementation.tex
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-31 22:59:25 +0000
committerAria Shrimpton <me@aria.rip>2024-01-31 22:59:25 +0000
commit77d77cc0f027b4e7b03bb924e8074b193ff5e763 (patch)
tree994685a7d2c3b8f46e73805179a77d629602ef4b /thesis/parts/implementation.tex
parentc082d63ef2632ec08c658f09930cbab69c2bb2e5 (diff)
library: remove lazy vecs
Diffstat (limited to 'thesis/parts/implementation.tex')
-rw-r--r--thesis/parts/implementation.tex2
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?}