From ffa16f507ae3ca7f109aa8dacf2ea7e2a696a948 Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sat, 30 Mar 2024 12:44:33 +0000 Subject: fix hbox error --- thesis/parts/implementation.tex | 2 -- 1 file changed, 2 deletions(-) (limited to 'thesis') 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. -- cgit v1.2.3