diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-31 19:38:29 +0100 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-31 19:38:29 +0100 |
commit | 6b8c4a8a6b14a561532656db27e5a0be408c214f (patch) | |
tree | 6b8ea0a80cb1ab3df21e04d21c52033af5cfa4c8 /thesis/parts/results.tex | |
parent | 8ddb66266b2d433f235fdfce68259f3a642575da (diff) |
fix overfull hbox errors
Diffstat (limited to 'thesis/parts/results.tex')
-rw-r--r-- | thesis/parts/results.tex | 2 |
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}. |