[DMDB] Memory management

This commit is contained in:
2026-07-03 15:27:42 +02:00
parent c409d74ad4
commit 970f7c0bba
14 changed files with 232 additions and 2 deletions
+4
View File
@@ -22,3 +22,7 @@
name={subquery},
description={Also Nested Query, a separate query that can be used in the \texttt{FROM} or \texttt{WHERE} clause of another query. See \ref{sec:nested-queries}}
}
\newglossaryentry{avx}{
name={AVX},
description={The Advanced Vector Extensions are an extension to the x86 architecture, to allow CPUs to execute SIMD instruction (commonly called Vector Instructions)}
}