mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-07-27 21:29:09 +02:00
[DMDB] Memory management
This commit is contained in:
@@ -1 +1,4 @@
|
||||
\newacronym{sql}{SQL}{Structured Query Language}
|
||||
\newacronym{dbms}{DBMS}{Database Management System}
|
||||
\newacronym{simd}{SIMD}{Single Instruction Multiple Data}
|
||||
\newacronym{avxa}{AVX}{Advanced Vector Extensions, also see \gls{avx}}
|
||||
|
||||
@@ -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)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user