From e5b6230dc655ffdcdd35d3f25d9dba87ca5eaa68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Tue, 16 Jan 2024 21:55:24 +0100 Subject: [PATCH] add todo to unfinished part of conclusion and add bullet points from implementation as futurework --- thesis/content/70_conclusion.tex | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/thesis/content/70_conclusion.tex b/thesis/content/70_conclusion.tex index 328a8a6..690ec7a 100644 --- a/thesis/content/70_conclusion.tex +++ b/thesis/content/70_conclusion.tex @@ -1,5 +1,5 @@ \chapter{Conclusion And Outlook} -\label{sec:conclusion} +\label{chap:conclusion} % Schlußfolgerungen, Fragen, Ausblicke @@ -16,7 +16,21 @@ % weitsichtig man doch ist. Dieses Kapitel muß kurz sein, damit es % gelesen wird. Sollte auch "Future Work" beinhalten. -\ldots conclusion \ldots +\todo{write introductory paragraph} + +\section{Conclusions} + +\todo{write this section} + +\section{Future Work} + +\todo{write this section} + +\begin{itemize} + \item evaluate impact of lock contention and atomics on performance + \item provide optimized use case specific versions with less locking + \item extend the cache implementation use cases where data is not static +\end{itemize} \cleardoublepage