\section{Conclusion}
\begin{frame}
    \frametitle{Conclusion}
    
    \begin{itemize}
        \setlength\itemsep{1.5em}
        \item Transposition table seems to have too few hits (more research needed)
        \item OpenMP overhead only pays off after some time
        \item Alpha-Beta pruning very important
        \item Profiling most useful micro optmiziation
        \item Manual loop unrolling very useful
        \item Branching is expensive
        \item (Small) memcopys seem to be pretty cheap
    \end{itemize}
\end{frame}