aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/conclusion.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/parts/conclusion.tex')
-rw-r--r--thesis/parts/conclusion.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/thesis/parts/conclusion.tex b/thesis/parts/conclusion.tex
index cb0f9a4..693988f 100644
--- a/thesis/parts/conclusion.tex
+++ b/thesis/parts/conclusion.tex
@@ -10,6 +10,7 @@ We prove that this approach has merit, although our testing had notable limitati
We also found that while linear regression is powerful enough for many cases, more research is required on how best to gather and preprocess data in order to best capture an implementation's performance characteristics.
%% Researched feasibility of adaptive containers, found issues with overhead and threshold detection
-We test the effectiveness of switching container implementation as the n value changes, and in doing so find several important factors to consider.
+We test the effectiveness of adaptive containers, in which the underlying implementation changes as the container grows.
+We find significant challenges in implementing this technique, suggesting that the overhead incurred is more important in lower-level compiled languages such as Rust.
%% Future work should focus on minimising overhead and finding the ideal threshold
-Future work should focus on minimising the overhead applied to every operation, as well as on finding the correct threshold at which to switch implementation.
+Future work should focus on minimising this overhead, as well as on finding the correct threshold at which to switch implementation.