From 745d8f0eac929b28ff7914b83c41e968ee8da0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Sun, 28 Jan 2024 18:29:47 +0100 Subject: [PATCH] update the futurework list in the notes for writing chapter 7 --- thesis/content/70_conclusion.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thesis/content/70_conclusion.tex b/thesis/content/70_conclusion.tex index 8524da6..c56652c 100644 --- a/thesis/content/70_conclusion.tex +++ b/thesis/content/70_conclusion.tex @@ -27,10 +27,10 @@ \todo{write this section} \begin{itemize} - \item analyse whether prefetching yields better performance than hbm caching mode \cite{intel:xeonmaxbrief} + \item evaluate performance with more complex query \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 + \item implement direct dsa access to assess gains from using shared work queue + \item improve the cache implementation for use cases where data is not static \end{itemize} %%% Local Variables: