aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-03-30 12:44:33 +0000
committerAria Shrimpton <me@aria.rip>2024-03-30 12:44:33 +0000
commitffa16f507ae3ca7f109aa8dacf2ea7e2a696a948 (patch)
tree8f4a15729e30d07c57d375f09e7260c8c3afd1a1
parenta6db0f978daa4bbfcd4cd25f05711a2f590413be (diff)
fix hbox error
-rw-r--r--thesis/parts/implementation.tex2
1 files changed, 0 insertions, 2 deletions
diff --git a/thesis/parts/implementation.tex b/thesis/parts/implementation.tex
index 7af691e..8c5483d 100644
--- a/thesis/parts/implementation.tex
+++ b/thesis/parts/implementation.tex
@@ -116,8 +116,6 @@ In order to try and suggest an adaptive container, we use the following algorith
\item Otherwise, suggest an adaptive container which switches from \code{before} to \code{after} when $n$ gets above \code{threshold}. Its estimated cost is the cost for \code{before} up to partition \code{i}, plus the cost of \code{after} for all other partitions.
\end{enumerate}
-Selection is implemented in \code{src/crates/candelabra/src/profiler/info.rs} and \code{src/crates/candelabra/src/select.rs}.
-
%% Generated code (opaque types)
As mentioned above, the original Primrose code would generate code as in Listing \ref{lst:primrose_codegen}.
In order to ensure that users specify all of the traits they need, this code only exposes methods on the implementation that are part of the trait bounds given.