aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/results.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/parts/results.tex')
-rw-r--r--thesis/parts/results.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/parts/results.tex b/thesis/parts/results.tex
index cc66073..76247a4 100644
--- a/thesis/parts/results.tex
+++ b/thesis/parts/results.tex
@@ -213,7 +213,7 @@ In all but two of our test cases (marked with *), we correctly identify the best
\label{table:predicted_actual}
\end{table}
-Both of these failures appear to be caused by being overly eager to suggest a \code{LinkedList}.
+Both of these failures appear to be caused by our system being overly eager to suggest a \code{LinkedList}.
From looking at detailed profiling information, it seems that both of these container types had a relatively small amount of items in them.
Therefore this is likely caused by our cost models being inaccurate at small $n$ values, as mentioned in section \ref{section:cm_small_n}.