From 6b8c4a8a6b14a561532656db27e5a0be408c214f Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sun, 31 Mar 2024 19:38:29 +0100 Subject: fix overfull hbox errors --- thesis/parts/results.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thesis/parts/results.tex') 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}. -- cgit v1.2.3